Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-31129 (GCVE-0-2022-31129)
Vulnerability from cvelistv5 – Published: 2022-07-06 00:00 – Updated: 2025-11-03 21:46- CWE-400 - Uncontrolled Resource Consumption
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-03T21:46:17.025Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/moment/moment/pull/6015#issuecomment-1152961973"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3"
},
{
"tags": [
"x_transferred"
],
"url": "https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/"
},
{
"name": "FEDORA-2022-85aa8e5706",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/"
},
{
"name": "FEDORA-2022-35b698150c",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/"
},
{
"name": "FEDORA-2022-b9ef7c3c3c",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/"
},
{
"name": "FEDORA-2022-798fd95813",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20221014-0003/"
},
{
"name": "[debian-lts-announce] 20230130 [SECURITY] [DLA 3295-1] node-moment security update",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241108-0002/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-31129",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-22T15:40:27.412408Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-22T17:52:04.488Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "moment",
"vendor": "moment",
"versions": [
{
"status": "affected",
"version": " \u003e= 2.18.0, \u003c 2.29.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-01-31T00:00:00.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
},
{
"url": "https://github.com/moment/moment/pull/6015#issuecomment-1152961973"
},
{
"url": "https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3"
},
{
"url": "https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/"
},
{
"name": "FEDORA-2022-85aa8e5706",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/"
},
{
"name": "FEDORA-2022-35b698150c",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/"
},
{
"name": "FEDORA-2022-b9ef7c3c3c",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/"
},
{
"name": "FEDORA-2022-798fd95813",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20221014-0003/"
},
{
"name": "[debian-lts-announce] 20230130 [SECURITY] [DLA 3295-1] node-moment security update",
"tags": [
"mailing-list"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html"
}
],
"source": {
"advisory": "GHSA-wc69-rhjr-hc9g",
"discovery": "UNKNOWN"
},
"title": "Inefficient Regular Expression Complexity in moment"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2022-31129",
"datePublished": "2022-07-06T00:00:00.000Z",
"dateReserved": "2022-05-18T00:00:00.000Z",
"dateUpdated": "2025-11-03T21:46:17.025Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-31129",
"date": "2026-06-07",
"epss": "0.02872",
"percentile": "0.8656"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:momentjs:moment:*:*:*:*:*:node.js:*:*\", \"versionStartIncluding\": \"2.18.0\", \"versionEndExcluding\": \"2.29.4\", \"matchCriteriaId\": \"DBD8FD43-29F8-46F1-BEB0-B92B8BAEDAB8\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:momentjs:moment:*:*:*:*:*:nuget:*:*\", \"versionStartIncluding\": \"2.18.0\", \"versionEndExcluding\": \"2.29.4\", \"matchCriteriaId\": \"CAFF05BC-030E-49D6-A23D-A86D4731A748\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.\"}, {\"lang\": \"es\", \"value\": \"moment es una biblioteca de fechas en JavaScript para analizar, comprobar, manipular y formatear fechas. Se ha detectado que las versiones afectadas de moment usan un algoritmo de an\\u00e1lisis sint\\u00e1ctico ineficiente. Concretamente, el an\\u00e1lisis sint\\u00e1ctico de cadena a fecha en moment (m\\u00e1s concretamente el an\\u00e1lisis sint\\u00e1ctico rfc2822, que es intentado por defecto) presenta una complejidad cuadr\\u00e1tica (N^2) en entradas espec\\u00edficas. Los usuarios pueden notar una notable ralentizaci\\u00f3n con entradas de m\\u00e1s de 10k caracteres. Los usuarios que pasan cadenas proporcionadas por el usuario sin comprobaciones de longitud de cordura al constructor del momento son vulnerables a ataques (Re)DoS. El problema est\\u00e1 parcheado en versi\\u00f3n 2.29.4, el parche puede aplicarse a todas las versiones afectadas con un m\\u00ednimo ajuste. Es recomendado a usuarios actualicen. Los usuarios que no puedan actualizar deber\\u00edan considerar la posibilidad de limitar la longitud de las fechas aceptadas por el usuario\"}]",
"id": "CVE-2022-31129",
"lastModified": "2024-11-21T07:03:57.430",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"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}, {\"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}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:N/C:N/I:N/A:P\", \"baseScore\": 5.0, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 10.0, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2022-07-06T18:15:19.570",
"references": "[{\"url\": \"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Issue Tracking\", \"Third Party Advisory\"]}, {\"url\": \"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221014-0003/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Third Party Advisory\"]}, {\"url\": \"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221014-0003/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-400\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-1333\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-31129\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-07-06T18:15:19.570\",\"lastModified\":\"2025-11-03T22:15:58.440\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.\"},{\"lang\":\"es\",\"value\":\"moment es una biblioteca de fechas en JavaScript para analizar, comprobar, manipular y formatear fechas. Se ha detectado que las versiones afectadas de moment usan un algoritmo de an\u00e1lisis sint\u00e1ctico ineficiente. Concretamente, el an\u00e1lisis sint\u00e1ctico de cadena a fecha en moment (m\u00e1s concretamente el an\u00e1lisis sint\u00e1ctico rfc2822, que es intentado por defecto) presenta una complejidad cuadr\u00e1tica (N^2) en entradas espec\u00edficas. Los usuarios pueden notar una notable ralentizaci\u00f3n con entradas de m\u00e1s de 10k caracteres. Los usuarios que pasan cadenas proporcionadas por el usuario sin comprobaciones de longitud de cordura al constructor del momento son vulnerables a ataques (Re)DoS. El problema est\u00e1 parcheado en versi\u00f3n 2.29.4, el parche puede aplicarse a todas las versiones afectadas con un m\u00ednimo ajuste. Es recomendado a usuarios actualicen. Los usuarios que no puedan actualizar deber\u00edan considerar la posibilidad de limitar la longitud de las fechas aceptadas por el usuario\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"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},{\"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}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:momentjs:moment:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"2.18.0\",\"versionEndExcluding\":\"2.29.4\",\"matchCriteriaId\":\"DBD8FD43-29F8-46F1-BEB0-B92B8BAEDAB8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:momentjs:moment:*:*:*:*:*:nuget:*:*\",\"versionStartIncluding\":\"2.18.0\",\"versionEndExcluding\":\"2.29.4\",\"matchCriteriaId\":\"CAFF05BC-030E-49D6-A23D-A86D4731A748\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20221014-0003/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20221014-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20241108-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\", \"name\": \"FEDORA-2022-85aa8e5706\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\", \"name\": \"FEDORA-2022-35b698150c\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\", \"name\": \"FEDORA-2022-b9ef7c3c3c\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\", \"name\": \"FEDORA-2022-798fd95813\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221014-0003/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\", \"name\": \"[debian-lts-announce] 20230130 [SECURITY] [DLA 3295-1] node-moment security update\", \"tags\": [\"mailing-list\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241108-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T21:46:17.025Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-31129\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-22T15:40:27.412408Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-22T15:40:29.167Z\"}}], \"cna\": {\"title\": \"Inefficient Regular Expression Complexity in moment\", \"source\": {\"advisory\": \"GHSA-wc69-rhjr-hc9g\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"moment\", \"product\": \"moment\", \"versions\": [{\"status\": \"affected\", \"version\": \" \u003e= 2.18.0, \u003c 2.29.4\"}]}], \"references\": [{\"url\": \"https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g\"}, {\"url\": \"https://github.com/moment/moment/pull/6015#issuecomment-1152961973\"}, {\"url\": \"https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3\"}, {\"url\": \"https://huntr.dev/bounties/f0952b67-f2ff-44a9-a9cd-99e0a87cb633/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6QIO6YNLTK2T7SPKDS4JEL45FANLNC2Q/\", \"name\": \"FEDORA-2022-85aa8e5706\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORJX2LF6KMPIHP6B2P6KZIVKMLE3LVJ5/\", \"name\": \"FEDORA-2022-35b698150c\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IWY24RJA3SBJGA5N4CU4VBPHJPPPJL5O/\", \"name\": \"FEDORA-2022-b9ef7c3c3c\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZMX5YHELQVCGKKQVFXIYOTBMN23YYSRO/\", \"name\": \"FEDORA-2022-798fd95813\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20221014-0003/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/01/msg00035.html\", \"name\": \"[debian-lts-announce] 20230130 [SECURITY] [DLA 3295-1] node-moment security update\", \"tags\": [\"mailing-list\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-01-31T00:00:00.000Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-31129\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T21:46:17.025Z\", \"dateReserved\": \"2022-05-18T00:00:00.000Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2022-07-06T00:00:00.000Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2022:6393
Vulnerability from csaf_redhat - Published: 2022-09-08 11:31 - Updated: 2026-05-25 14:24A Cross-site scripting (XSS) vulnerability exists in JQuery. This flaw allows an attacker with the ability to supply input to the ‘HTML’ function to inject Javascript into the page where that input is rendered, and have it delivered by the browser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch | — |
A flaw was found in jQuery. HTML containing \<option\> elements from untrusted sources are passed, even after sanitizing, to one of jQuery's DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch | — |
Workaround
|
In Spring Framework versions 5.3.0 - 5.3.10, 5.2.0 - 5.2.17, and older unsupported versions, it is possible for a user to provide malicious input to cause the insertion of additional log entries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch | — |
A flaw was found in nodejs-underscore. Arbitrary code execution via the template function is possible, particularly when a variable property is passed as an argument as it is not sanitized. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch | — |
A flaw was found in the ovirt-log-collector, which led to the logging of plaintext passwords in the log file. This flaw allows an attacker with sufficient privileges to read the log file, leading to a loss of confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch | — |
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch | — |
{
"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 ovirt-engine packages that fix several bugs and add various enhancements are now available.\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": "The ovirt-engine package provides the Red Hat Virtualization Manager, a centralized management platform that allows system administrators to view and manage virtual machines. The Manager provides a comprehensive range of features including search capabilities, resource management, live migrations, and virtual infrastructure provisioning.\n\nSecurity Fix(es):\n\n* nodejs-underscore: Arbitrary code execution via the template function (CVE-2021-23358)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method (CVE-2020-11022)\n\n* jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods (CVE-2020-11023)\n\n* ovirt-log-collector: RHVM admin password is logged unfiltered (CVE-2022-2806)\n\n* springframework: malicious input leads to insertion of additional log entries (CVE-2021-22096)\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\nBug Fix(es):\n\n* Previously, running engine-setup did not always renew OVN certificates close to expiration or expired. With this release, OVN certificates are always renewed by engine-setup when needed. (BZ#2097558)\n\n* Previously, the Manager issued warnings of approaching certificate expiration before engine-setup could update certificates. In this release expiration warnings and certificate update periods are aligned, and certificates are updated as soon as expiration warnings occur. (BZ#2097725)\n\n* With this release, OVA export or import work on hosts with a non-standard SSH port. (BZ#2104939)\n\n* With this release, the certificate validity test is compatible with RHEL 8 and RHEL 7 based hypervisors. (BZ#2107250)\n\n* RHV 4.4 SP1 and later are only supported on RHEL 8.6, customers cannot use RHEL 8.7 or later, and must stay with RHEL 8.6 EUS. (BZ#2108985)\n\n* Previously, importing templates from the Administration Portal did not work. With this release, importing templates from the Administration Portal is possible. (BZ#2109923)\n\n* ovirt-provider-ovn certificate expiration is checked along with other RHV certificates. If ovirt-provider-ovn is about to expire or already expired, a warning or alert is raised in the audit log. To renew the ovirt-provider-ovn certificate, administators must run engine-setup. If your ovirt-provider-ovn certificate expires on a previous RHV version, upgrade to RHV 4.4 SP1 batch 2 or later, and ovirt-provider-ovn certificate will be renewed automatically in the engine-setup. (BZ#2097560)\n\n* Previously, when importing a virtual machine with manual CPU pinning, the manual pinning string was cleared, but the CPU pinning policy was not set to NONE. As a result, importing failed. In this release, the CPU pinning policy is set to NONE if the CPU pinning string is cleared, and importing succeeds. (BZ#2104115)\n\n* Previously, the Manager could start a virtual machine with a Resize and Pin NUMA policy on a host without an equal number of physical sockets to NUMA nodes. As a result, wrong pinning was assigned to the policy. With this release, the Manager does not allow the virtual machine to be scheduled on such a virtual machine, and the pinning is correct based on the algorithm. (BZ#1955388)\n\n* Rebase package(s) to version: 4.4.7.\nHighlights, important fixes, or notable enhancements: fixed BZ#2081676 (BZ#2104831)\n\n* In this release, rhv-log-collector-analyzer provides detailed output for each problematic image, including disk names, associated virtual machine, the host running the virtual machine, snapshots, and current SPM. The detailed view is now the default. The compact option can be set by using the --compact switch in the command line. (BZ#2097536)\n\n* UnboundID LDAP SDK has been rebased on upstream version 6.0.4. See https://github.com/pingidentity/ldapsdk/releases for changes since version 4.0.14 (BZ#2092478)",
"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-2022:6393",
"url": "https://access.redhat.com/errata/RHSA-2022:6393"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1828406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828406"
},
{
"category": "external",
"summary": "1850004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1850004"
},
{
"category": "external",
"summary": "1939284",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1939284"
},
{
"category": "external",
"summary": "1944286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944286"
},
{
"category": "external",
"summary": "1955388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955388"
},
{
"category": "external",
"summary": "1974974",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1974974"
},
{
"category": "external",
"summary": "2034584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2034584"
},
{
"category": "external",
"summary": "2080005",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080005"
},
{
"category": "external",
"summary": "2092478",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092478"
},
{
"category": "external",
"summary": "2094577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2094577"
},
{
"category": "external",
"summary": "2097536",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097536"
},
{
"category": "external",
"summary": "2097558",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097558"
},
{
"category": "external",
"summary": "2097560",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097560"
},
{
"category": "external",
"summary": "2097725",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097725"
},
{
"category": "external",
"summary": "2104115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104115"
},
{
"category": "external",
"summary": "2104831",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104831"
},
{
"category": "external",
"summary": "2104939",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104939"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2107250",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107250"
},
{
"category": "external",
"summary": "2107267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107267"
},
{
"category": "external",
"summary": "2108985",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2108985"
},
{
"category": "external",
"summary": "2109923",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109923"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6393.json"
}
],
"title": "Red Hat Security Advisory: RHV Manager (ovirt-engine) [ovirt-4.5.2] bug fix and security update",
"tracking": {
"current_release_date": "2026-05-25T14:24:57+00:00",
"generator": {
"date": "2026-05-25T14:24:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:6393",
"initial_release_date": "2022-09-08T11:31:04+00:00",
"revision_history": [
{
"date": "2022-09-08T11:31:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-09-08T11:31:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-25T14:24:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product": {
"name": "RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhev_manager:4.4:el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"product": {
"name": "unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"product_id": "unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unboundid-ldapsdk@6.0.4-1.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"product": {
"name": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"product_id": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-ui-extensions@1.3.5-1.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovirt-web-ui-0:1.9.1-1.el8ev.src",
"product": {
"name": "ovirt-web-ui-0:1.9.1-1.el8ev.src",
"product_id": "ovirt-web-ui-0:1.9.1-1.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-web-ui@1.9.1-1.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"product": {
"name": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"product_id": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhv-log-collector-analyzer@1.0.15-1.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"product": {
"name": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"product_id": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-extension-aaa-ldap@1.4.6-1.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"product": {
"name": "ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"product_id": "ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-dwh@4.5.4-1.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovirt-log-collector-0:4.4.7-2.el8ev.src",
"product": {
"name": "ovirt-log-collector-0:4.4.7-2.el8ev.src",
"product_id": "ovirt-log-collector-0:4.4.7-2.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-log-collector@4.4.7-2.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"product": {
"name": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"product_id": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vdsm-jsonrpc-java@1.7.2-1.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"product": {
"name": "ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"product_id": "ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine@4.5.2.4-0.1.el8ev?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"product": {
"name": "unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"product_id": "unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unboundid-ldapsdk@6.0.4-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"product": {
"name": "unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"product_id": "unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/unboundid-ldapsdk-javadoc@6.0.4-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"product": {
"name": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"product_id": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-ui-extensions@1.3.5-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"product": {
"name": "ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"product_id": "ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-web-ui@1.9.1-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"product": {
"name": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"product_id": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhv-log-collector-analyzer@1.0.15-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"product": {
"name": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"product_id": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-extension-aaa-ldap@1.4.6-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"product": {
"name": "ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"product_id": "ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-extension-aaa-ldap-setup@1.4.6-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"product": {
"name": "ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"product_id": "ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-dwh@4.5.4-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"product": {
"name": "ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"product_id": "ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-dwh-grafana-integration-setup@4.5.4-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"product": {
"name": "ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"product_id": "ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-dwh-setup@4.5.4-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"product": {
"name": "ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"product_id": "ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-log-collector@4.4.7-2.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"product": {
"name": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"product_id": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vdsm-jsonrpc-java@1.7.2-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch",
"product": {
"name": "vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch",
"product_id": "vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/vdsm-jsonrpc-java-javadoc@1.7.2-1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-backend@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-dbscripts@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-health-check-bundler@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-restapi@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-setup@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-setup-base@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-setup-plugin-cinderlib@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-setup-plugin-imageio@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-setup-plugin-ovirt-engine@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-setup-plugin-ovirt-engine-common@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-setup-plugin-vmconsole-proxy-helper@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-setup-plugin-websocket-proxy@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-tools@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-tools-backup@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-vmconsole-proxy-helper@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-webadmin-portal@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovirt-engine-websocket-proxy@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ovirt-engine-lib@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"product": {
"name": "rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"product_id": "rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhvm@4.5.2.4-0.1.el8ev?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-0:4.5.2.4-0.1.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src"
},
"product_reference": "ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch"
},
"product_reference": "ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-dwh-0:4.5.4-1.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src"
},
"product_reference": "ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch"
},
"product_reference": "ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch"
},
"product_reference": "ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch"
},
"product_reference": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src"
},
"product_reference": "ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch"
},
"product_reference": "ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch"
},
"product_reference": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src"
},
"product_reference": "ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-log-collector-0:4.4.7-2.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch"
},
"product_reference": "ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-log-collector-0:4.4.7-2.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src"
},
"product_reference": "ovirt-log-collector-0:4.4.7-2.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-web-ui-0:1.9.1-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch"
},
"product_reference": "ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovirt-web-ui-0:1.9.1-1.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src"
},
"product_reference": "ovirt-web-ui-0:1.9.1-1.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch"
},
"product_reference": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src"
},
"product_reference": "rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhvm-0:4.5.2.4-0.1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch"
},
"product_reference": "rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch"
},
"product_reference": "unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unboundid-ldapsdk-0:6.0.4-1.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src"
},
"product_reference": "unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch"
},
"product_reference": "unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch"
},
"product_reference": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src"
},
"product_reference": "vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"relates_to_product_reference": "8Base-RHV-S-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch as a component of RHEL-8-RHEV-S-4.4 - Red Hat Virtualization Engine 4.4",
"product_id": "8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
},
"product_reference": "vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-S-4.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-11022",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-04-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1828406"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting (XSS) vulnerability exists in JQuery. This flaw allows an attacker with the ability to supply input to the \u2018HTML\u2019 function to inject Javascript into the page where that input is rendered, and have it delivered by the browser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No supported release of Red Hat OpenStack Platform is affected by this vulnerability as no shipped packages contain the vulnerable code.",
"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-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch"
],
"known_not_affected": [
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11022"
},
{
"category": "external",
"summary": "RHBZ#1828406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1828406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11022",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11022"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-gxr4-xjj5-5px2",
"url": "https://github.com/advisories/GHSA-gxr4-xjj5-5px2"
}
],
"release_date": "2020-04-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-08T11:31:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6393"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Cross-site scripting due to improper injQuery.htmlPrefilter method"
},
{
"cve": "CVE-2020-11023",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-06-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1850004"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jQuery. HTML containing \\\u003coption\\\u003e elements from untrusted sources are passed, even after sanitizing, to one of jQuery\u0027s DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux versions 6, 7, and 8 ship a vulnerable version of JQuery in the `pcs` component. As PCS does not accept untrusted input, the vulnerable code cannot be controlled by an attacker.\n\nMultiple Red Hat offerings use doxygen to build documentation. During this process an affected jquery.js file can be included in the resulting package. The \u0027gcc\u0027 and \u0027tbb\u0027 packages were potentially vulnerable via this method.\n\nOpenShift Container Platform 4 is not affected because even though it uses the \u0027gcc\u0027 component, vulnerable code is limited within the libstdc++-docs rpm package, which is not shipped.",
"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-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch"
],
"known_not_affected": [
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-11023"
},
{
"category": "external",
"summary": "RHBZ#1850004",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1850004"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023"
},
{
"category": "external",
"summary": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/",
"url": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2020-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-08T11:31:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6393"
},
{
"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": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-01-23T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods"
},
{
"cve": "CVE-2021-22096",
"discovery_date": "2021-12-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2034584"
}
],
"notes": [
{
"category": "description",
"text": "In Spring Framework versions 5.3.0 - 5.3.10, 5.2.0 - 5.2.17, and older unsupported versions, it is possible for a user to provide malicious input to cause the insertion of additional log entries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "springframework: malicious input leads to insertion of additional log entries",
"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-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch"
],
"known_not_affected": [
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-22096"
},
{
"category": "external",
"summary": "RHBZ#2034584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2034584"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-22096",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22096"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-22096",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22096"
}
],
"release_date": "2021-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-08T11:31:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6393"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "springframework: malicious input leads to insertion of additional log entries"
},
{
"cve": "CVE-2021-23358",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2021-03-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1944286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nodejs-underscore. Arbitrary code execution via the template function is possible, particularly when a variable property is passed as an argument as it is not sanitized. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-underscore: Arbitrary code execution via the template function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Whilst the OpenShift Container Platform (OCP) openshift4/ose-grafana and openshift3/grafana as well as console, grc-ui and search-ui containers for Red Hat Advanced Management for Kubernetes (RHACM) include the vulnerable underscore library, the access to it is protected by OpenShift OAuth. Additionally this library is used in openshift4/ose-grafana container only in Grafana End-to-End Test package. Therefore the impact by this flaw is reduced to Low and the affected OCP components are marked as \"will not fix\" at this time and to Moderate for the affected RHACM components. This might be fixed in a future release.\n\nRed Hat Enterprise Virtualization includes the vulnerable underscore library, however it is not parsing any untrusted data, therefore impact is reduced to Low.\n\nBelow Red Hat products include the underscore dependency, but it is not used by the product and hence this issue has been rated as having a security impact of Low.\n\n* Red Hat Quay\n* Red Hat Gluster Storage 3\n* Red Hat OpenShift Container Storage 4\n* Red Hat Ceph Storage 3 and 4",
"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-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src"
],
"known_not_affected": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23358"
},
{
"category": "external",
"summary": "RHBZ#1944286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1944286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23358",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23358"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23358",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23358"
}
],
"release_date": "2021-03-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-08T11:31:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6393"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "nodejs-underscore: Arbitrary code execution via the template function"
},
{
"cve": "CVE-2022-2806",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-04-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080005"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the ovirt-log-collector, which led to the logging of plaintext passwords in the log file. This flaw allows an attacker with sufficient privileges to read the log file, leading to a loss of confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ovirt-log-collector: RHVM admin password is logged unfiltered",
"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-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src"
],
"known_not_affected": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2806"
},
{
"category": "external",
"summary": "RHBZ#2080005",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080005"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2806"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2806",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2806"
}
],
"release_date": "2022-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-08T11:31:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6393"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ovirt-log-collector: RHVM admin password is logged unfiltered"
},
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src"
],
"known_not_affected": [
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-08T11:31:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/2974891",
"product_ids": [
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6393"
}
],
"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-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-0:4.5.2.4-0.1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-backend-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dbscripts-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-0:4.5.4-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-dwh-grafana-integration-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-dwh-setup-0:4.5.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-0:1.4.6-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-extension-aaa-ldap-setup-0:1.4.6-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-health-check-bundler-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-restapi-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-base-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-cinderlib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-imageio-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-ovirt-engine-common-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-setup-plugin-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-tools-backup-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-ui-extensions-0:1.3.5-1.el8ev.src",
"8Base-RHV-S-4.4:ovirt-engine-vmconsole-proxy-helper-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-webadmin-portal-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-engine-websocket-proxy-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-log-collector-0:4.4.7-2.el8ev.src",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.noarch",
"8Base-RHV-S-4.4:ovirt-web-ui-0:1.9.1-1.el8ev.src",
"8Base-RHV-S-4.4:python3-ovirt-engine-lib-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.noarch",
"8Base-RHV-S-4.4:rhv-log-collector-analyzer-0:1.0.15-1.el8ev.src",
"8Base-RHV-S-4.4:rhvm-0:4.5.2.4-0.1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:unboundid-ldapsdk-0:6.0.4-1.el8ev.src",
"8Base-RHV-S-4.4:unboundid-ldapsdk-javadoc-0:6.0.4-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.noarch",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-0:1.7.2-1.el8ev.src",
"8Base-RHV-S-4.4:vdsm-jsonrpc-java-javadoc-0:1.7.2-1.el8ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
}
]
}
RHSA-2022:6422
Vulnerability from csaf_redhat - Published: 2022-09-12 21:10 - Updated: 2026-04-01 13:13A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x | — |
Vendor Fix
fix
|
A flaw was found in the vm2 sandbox when running untrusted code, as the sandbox setup does not manage proper exception handling. This flaw allows an attacker to bypass the sandbox protections and gain remote code execution on the hypervisor host or the host which is running the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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": "Multicluster Engine for Kubernetes 2.0.2 General Availability release images, \nwhich fix bugs and update container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Critical. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Multicluster Engine for Kubernetes 2.0.2 images\n\nMulticluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.\n\nSecurity updates:\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n* vm2: Sandbox Escape in vm2 (CVE-2022-36067)\n\nBug fix:\n\n* MCE 2.0.2 images (BZ# 2104569)",
"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-2022:6422",
"url": "https://access.redhat.com/errata/RHSA-2022:6422"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#critical",
"url": "https://access.redhat.com/security/updates/classification/#critical"
},
{
"category": "external",
"summary": "2104569",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104569"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2124794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124794"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6422.json"
}
],
"title": "Red Hat Security Advisory: Multicluster Engine for Kubernetes 2.0.2 security and bug fixes",
"tracking": {
"current_release_date": "2026-04-01T13:13:50+00:00",
"generator": {
"date": "2026-04-01T13:13:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2022:6422",
"initial_release_date": "2022-09-12T21:10:32+00:00",
"revision_history": [
{
"date": "2022-09-12T21:10:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-09-12T21:10:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T13:13:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.0 for RHEL 8",
"product": {
"name": "multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.0::el8"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.0.2-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.0.2-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.0.2-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"product_id": "multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"product_id": "multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"product": {
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"product_id": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-deployment-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"product_id": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.0.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.0.2-29"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"product_id": "multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"product_id": "multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x",
"product_id": "multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.0.2-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.0.2-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.0.2-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.0.2-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"product_id": "multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"product_id": "multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"product": {
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"product_id": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-deployment-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"product": {
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"product_id": "multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/klusterlet-operator-bundle\u0026tag=v2.0.2-22"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.0.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.0.2-29"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"product_id": "multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"product_id": "multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"product_id": "multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.0.2-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.0.2-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.0.2-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.0.2-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"product_id": "multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"product_id": "multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"product_id": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-deployment-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.0.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.0.2-29"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"product_id": "multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"product_id": "multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"product_id": "multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.0.2-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"product": {
"name": "multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"product_id": "multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/agent-service-rhel8\u0026tag=v2.0.2-10"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"product": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"product_id": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/apiserver-network-proxy-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"product": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"product_id": "multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-image-service-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"product_id": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-agent-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"product_id": "multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"product": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"product_id": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/assisted-installer-reporter-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"product": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"product_id": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/aws-encryption-provider-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"product": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"product_id": "multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"product_id": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"product_id": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"product_id": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"product_id": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"product": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"product_id": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"product": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"product_id": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"product": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"product_id": "multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"product": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"product_id": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"product_id": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-console-mce-rhel8\u0026tag=v2.0.2-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"product": {
"name": "multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"product_id": "multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel8\u0026tag=v2.0.2-13"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"product": {
"name": "multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"product_id": "multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"product": {
"name": "multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"product_id": "multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"product": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"product_id": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel8-operator\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"product": {
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"product_id": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-deployment-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"product_id": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"product": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"product_id": "multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel8-operator\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"product": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"product_id": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel8\u0026tag=v2.0.2-6"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"product": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"product_id": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"product": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"product_id": "multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"product": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"product_id": "multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel8\u0026tag=v2.0.2-8"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"product": {
"name": "multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"product_id": "multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel8\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"product": {
"name": "multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"product_id": "multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-operator-bundle\u0026tag=v2.0.2-29"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"product": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"product_id": "multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel8-operator\u0026tag=v2.0.2-7"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"product": {
"name": "multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"product_id": "multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"product": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"product_id": "multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel8\u0026tag=v2.0.2-5"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"product": {
"name": "multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"product_id": "multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"product": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"product_id": "multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel8\u0026tag=v2.0.2-4"
}
}
},
{
"category": "product_version",
"name": "multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"product": {
"name": "multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"product_id": "multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel8\u0026tag=v2.0.2-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le"
},
"product_reference": "multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64"
},
"product_reference": "multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x"
},
"product_reference": "multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le"
},
"product_reference": "multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64"
},
"product_reference": "multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64"
},
"product_reference": "multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64"
},
"product_reference": "multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x"
},
"product_reference": "multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le"
},
"product_reference": "multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64"
},
"product_reference": "multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64"
},
"product_reference": "multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x"
},
"product_reference": "multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64"
},
"product_reference": "multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x"
},
"product_reference": "multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x"
},
"product_reference": "multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64"
},
"product_reference": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x"
},
"product_reference": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64"
},
"product_reference": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64"
},
"product_reference": "multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64"
},
"product_reference": "multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le"
},
"product_reference": "multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64"
},
"product_reference": "multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64"
},
"product_reference": "multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64"
},
"product_reference": "multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le"
},
"product_reference": "multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le"
},
"product_reference": "multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64"
},
"product_reference": "multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x"
},
"product_reference": "multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le"
},
"product_reference": "multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64"
},
"product_reference": "multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64 as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x as a component of multicluster engine for Kubernetes 2.0 for RHEL 8",
"product_id": "8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x"
},
"product_reference": "multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x",
"relates_to_product_reference": "8Base-multicluster-engine-2.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-12T21:10:32+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.5/html-single/multicluster_engine/index#installing-while-connected-online",
"product_ids": [
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6422"
}
],
"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-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-36067",
"cwe": {
"id": "CWE-913",
"name": "Improper Control of Dynamically-Managed Code Resources"
},
"discovery_date": "2022-09-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124794"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the vm2 sandbox when running untrusted code, as the sandbox setup does not manage proper exception handling. This flaw allows an attacker to bypass the sandbox protections and gain remote code execution on the hypervisor host or the host which is running the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vm2: Sandbox Escape in vm2",
"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-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-36067"
},
{
"category": "external",
"summary": "RHBZ#2124794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124794"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-36067",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36067"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-36067",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36067"
},
{
"category": "external",
"summary": "https://github.com/patriksimek/vm2/security/advisories/GHSA-mrgp-mrhc-5jrq",
"url": "https://github.com/patriksimek/vm2/security/advisories/GHSA-mrgp-mrhc-5jrq"
}
],
"release_date": "2022-09-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-12T21:10:32+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.5/html-single/multicluster_engine/index#installing-while-connected-online",
"product_ids": [
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6422"
},
{
"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-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:1594a65737793fb790c7cd3b034c0ffa88106e2020d4826a6931f853430c28b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:3a69e4ccd7e9fcbf75aa8511da30f4c948ff2c8ebcb9c8fc216fe6d9243a06e2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:824ab7d7ef413789ad3d443237bc7e797ad9098a5f86c11ea4b12db42728344d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/agent-service-rhel8@sha256:897dea5f15747a7956ccec476b66610de25c8d346064b4cc57dc7d8282ea1cb0_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:3c9407b09f0ac59a617a61b850b75271b1d0a917a516f81635989965149a1e5b_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6b14352a9ce766be2ac7012db5cf78e7f2758182d9c207f36faed3645f68b441_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:6e9778293949c53f779f1a249b13c1ec2a200c27cf84e86d7ac16e88085651a5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/apiserver-network-proxy-rhel8@sha256:fa035a841a68e0ef06e2913a2ca1637681ceebf57e3e5fe4dd02630f741bfdfd_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:60928fed51b56e78ae2b5711a5a3592a73e7fe472b847e4886173462b9122795_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:64653bebafbf622e94fc86e22c4bd78f30210600be80aba9c3c1db12b34d31ad_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:6dffc20353fdba966bf939cb9f75f540f08890eb4aa1a30b50f4484ae96466c5_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-image-service-rhel8@sha256:862da080ee97741d00b1ef8a68f6c2d677b38ce55135c68525fada5638c177ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:5e77a879b0046e8345abc81fc0ccb3e6ac5f25be187a21616e078a09143ff83b_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-agent-rhel8@sha256:f7094431b53986fd489e9222d74a712b799fbdf12b19ff315199d44e1dc5fc62_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:34613f3adf2eca8e43d1d8e83c0268e2759da125c370ddc395f5fcc8ebd991ec_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:5ad301fb287917b2d8bef9b097361d2e3c2ab902829c4834de4803f7ae0bba5f_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-reporter-rhel8@sha256:eaa948917ee410768d443bffa00d31b64355e873d392e3c18154cfe0bdba2538_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:71e2abb8cb1edeb810780493216bdb4bc66be07e3649e0c098368610abda56ea_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:8306c0022b9f0dc8439e8a65fde641c65ac75a77a0ff92566a98fb1fc0a14cb2_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/assisted-installer-rhel8@sha256:c07291f97cc591cc822d432db50e2e24c0ff91ebf539fcda6abefa66b66f0227_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:0c848dff350580a2924354e61b3e1c544dfdc12a3052103dfcc4d3a9cc65006f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:8e29980f687abbcf4feb43e45d94462a0cfeccb1b7a94f3622728944e9a14393_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:9f610cfbb173f65e8729448ea84f28c4b49c1fcdd7cc5492aede1df5f02743bf_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/aws-encryption-provider-rhel8@sha256:f1eb4646ba47f0884476a9918f41bfa621596b3a1902cfb2d0adde816b639876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2261f4dd6d131ab238abdda7b63ae49b25b735252e240e236ad266a1a7c81171_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:2de9509205008cc97030188becdee79de44c0cb297497cf9b55f5a419f7207ab_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:77bef36732e8b907df8203db4ca35e8e3d826dd7f22d29c24b7acf5a657047ea_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/backplane-rhel8-operator@sha256:9f746676a50e6b21b12eef9d715b99cb698abc83b551cf9f65775badac87b882_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:1fd85d0728eddfb646d0df7687afbb723dba0757c8c0b13652ca70500f9113cc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:6f8f8783e3a8384a432a12b3c0586b69e2fbac8a996ecb19e2fd1582b9f45d94_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:a6f4d715cdd4bfb6379b866badb78fc655a3d1c7cbd751c1fb533fa2ab879dab_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-aws-rhel8@sha256:ba3c1440fa8cbe8995f91b31f7de890e46c1d1d9aaea2bd17fbe55ba31b697b4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:0f7a2ea57493d8387b1bf318cb577aad203d175992a17a8e80940db92977f8f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:3d8e4d3e410410a42d401579a75bce2118751712da17d264c3e6702f341ae7dd_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:6f704ee4c5ede00f3f1379a6920f37d684bb2ba05bc12ac860b286feae5ea947_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-azure-rhel8@sha256:fccbca34909c3f283afd9c60e85e465f43280bf079f03b8a977484f9f804b05d_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:8eeac368170700768c4662a226275ab66dd803eb34029214009856867ca71126_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:92cbe1cbff4518d992391ca671d0181f186d69543299de18b8a8c08caac0d3ef_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e413d0a4c2aa419dce33cb9d58c08c4a7c823d0d9271a9266f22c8f94cb22275_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-provider-kubevirt-rhel8@sha256:e995e09d919feb3cd11d5ceea0a631ae80d929d853fc5a14567cf48c14f99558_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:00e856bc1c5223e3e1fb2ebb6ac7368fa65c86733baba7238cb64ee3f8184c56_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:d9ec930d182382107bfc9d6678048e7d3d83989903c2886985f13899a413942a_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:e7f7c089957c3bbcd1ecbe145b5d3da8cfc322a738795d7428e55f6f28d03ca4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-api-rhel8@sha256:fe8ba28e0f336a13468c6442502846148049c36a5074d6d0eebf20f85b5d5488_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:2837c0d42b38ea9bc43cf4a3656270ec362290932fcbf55c54ffb0ca3fc98ac6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:404bdfa3535de2e7e9bec6086e27fb6fe6446993c2ef67b37ca37dbc91670fc4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:787fb2c95b44b2d6b4b0d555f3e3b3fe8421a3e8357290ed306274fbe52e40b9_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/cluster-curator-controller-rhel8@sha256:b2c20a908779d4c3228de5c59ab0a74f2093e5ec1d2d8ebf6546807981af69e1_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:2ed3ff205f0b03de0f72a609c82606b92d9e96f441bc55b8218bbea84d50d7e0_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:909ed1f9d99194dba085e90c7c08543f8dfa1ea644dd658734bc415934946a47_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:9ba0fd332395a56beccdccbbb80b0685ed33723c47378421a7c786b68bfaa476_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterclaims-controller-rhel8@sha256:b4de22c18357aed520ccbcdd82762b7eb18bc0ff46ecb4a8c2563400aed870d1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:0021f5029c41e8f387d4a20b23dfa5d8e1618691ee7362a7d16a261b13eafa90_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:3d31a4023236eef23488a1603886599475a3a22784885681904c310ea4926683_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:9e0a4d83250d3545d2109fb78b596e268bd8b8d64e15b39ce848f744301ebfe2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/clusterlifecycle-state-metrics-rhel8@sha256:cb311ec3c06ca38ed394a433243fabf31df8b91bbd9b88b871bb8c18b79d5f97_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:06c79732317fefe3c827bb2650f212954134c6ed3ada78168629d63608e2e11d_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:0f3fbbd940f40b7bd32f0cd41a07ad71b19f186abdea5ff2de1aaa415a66c25f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:98639c1ae344ffcf95c599d8312275504db94d70d0f32ef0a7c47d1aee077a47_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/discovery-rhel8@sha256:d4857a7bad664b8a41e3552e86d3fcc59f20cd2dd5c9eb328a549d9c996395f3_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:3c1d2e5b570a657019999ab4f852903ceed1030e75349a4ba8cb347fe59a46fd_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:b122bb3cd48fbc0dfd94dfa241f858e312ec40257d96db78bd0ba4541d5f3b1f_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff11bc81cf3b428990ab3095a9d496bb71a6575feeb667bc9f00e19ec946022e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hive-rhel8@sha256:ff12dd20b4d67fe54c55cfe2da8a40cdc5ce0c05071c98b8766cf7ce17a669eb_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:4218e9d934ca3994d0f2bfdcd4dfa1068db07028384f952327dd1159538740a8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:5f63d68b44651f90bd41f52eccdc9669f0cfd03160c332682976f7713d58abed_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:dcdbff32e7dd1d2dbe4c9c327bb0047a376bfb0701b5c35378dfc1171b70c4d4_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/hypershift-rhel8-operator@sha256:deb36681f5c6bd0b610728972d9c89c3c8600d8263946e20920be3daccbcb2d4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/klusterlet-operator-bundle@sha256:6e44a0a56f17c9f3385678a25110abffc955b16d21fca444554cf40fce1b5260_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:21b5a0fa242f59b72f561c0e5f5d617130632fa290b5821571d0295741114108_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:a6c2d71d5c3320454173eb4cc399ea408b0308e7238e7e814d35371fe0ea973a_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:bba271d5402e79a23880a2812be1d6c766f2e0595e92815c3b2535e206ab583c_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/managedcluster-import-controller-rhel8@sha256:cdf9c4ccad50c659c35547f18e3c36e1aef587cfc3bc5a1256f7728579cbdf39_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:0a05f1bd309aceb7337cf678c60afa6b0946ff1c74274712171546d01d0e3f8e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:5d28281c88b4e5aced0b51ea20d334113af2147b7354a6ca3b9a5e690f6ab3db_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:c3eed867047047babb42c7dfe7a2c173fffd78f3ad539ab138321d180bce1785_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/mce-operator-bundle@sha256:cf2f952074acb5005f6ef1c191ddc9a70f08a4565c442967f48a7c42bf171101_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:0508204db1a9ea3da9823c0ed18d61a96616d1c187c5ce1300ae0c6568f9a5ae_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:8366adf258f96661ad29d54181df3caf5b0a4eed0714db4716650e4d128df1fc_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:bac599e9f84a542c2d741ca5d411390f5799abebcb1f2c8f96ea7c01b879e58d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicloud-manager-rhel8@sha256:f8857dcf838174f78626cb96e1e44ae3b34a707f19885c48371e19fcc84ad398_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:2c0c4c096a00a7c928db66418550a11a714e573d1aea6236304557aee65414b9_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:5ceb9955befd5ee7d66d842d3d8338df2da71e091c8a4bcbd2f42d458cf677b6_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:8453bb4e1630cce502e731b2575543b4a8bfc9d702af2ba71a3e62f766e412d7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-cluster-api-provider-agent-rhel8@sha256:cbf6efdc6070ba43928a05efa7cc65f8c024064ab91b28e8c7b533a9c6cebd5d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:2463e0e4c6c22c1e86059e3e931eb845981bac349795d027a482fde9c181f7f8_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:40efd9e8d659da4dc287c0bf1c42d0f46f31a45993ebb3839fcc8320a17399aa_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:43198ec672d6384a1c45f32b7746aeb3e92509d2b41c4e5fa61168c2b25d2c47_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-console-mce-rhel8@sha256:decfadba7a52431fd2c951aab6bcd05113a3d3f431cad060fa3d55327c026e03_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:21f70a8d5147e91a1af1f4f685af5bc564577b87dd650d484707e79183efaea0_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:431d27251d2c358a7a49af9b70cc6a0281041448bc631555d1332c250786798f_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:99f9e0d91afb71a24045c0614fd7c59ae7bd8380585ce12e010f58647a9d7190_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-addon-rhel8-operator@sha256:c59d0c83e6daaaecb97da8259f94d231e3153f00fcda279d952e9e278152bb39_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:06a0d1811690f909d96d4fd6cfb995e691866bd04ab022bc614ec1c580b0f128_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:6f0b553a37c08074920f3b72fb81d8e1c25dfe186974da385061b1647706f65d_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a914a9e5c0b3a428f31fe639364c5708b4e83c78209f0e1acfad40ae4c9458f7_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-hypershift-deployment-controller-rhel8@sha256:a98976610f7c6f051d4f9b92742494ceb0ab6d1ced5fa76a1356e4cdcdd11007_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:2b6728da086223e1aa65b0d8aa8d95f2dd1b1f899e5217c380dcea38cf806660_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:453e79027b772c68d8c5f6d806f9dd053ef56aacf87c3d981462ac93b2009474_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:61477b15898647f6e49dd9964bfca89c44fc0e122b176b48843c2684a75594e4_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/multicluster-engine-managed-serviceaccount-rhel8@sha256:d1ca2fd6f307c7762c83a06396471a3864bfe73044483ad6a23067e5607898e4_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:2481f12c170254bd64176633e11adc92dafdce0cf9fe3335ee031f1ac4185f21_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:df3c12deab40109a3862c4365126a827ec4b9ee32abd70d76812f14a85df975d_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f76e86372aef1e967c33577565c273978b3c88df991e544bcc0de556bc92930c_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/must-gather-rhel8@sha256:f7b7081b1f3b2a8958e774cb3000c098853875f6d9e1fc57fbe6243212d1d8c2_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:2e4497900238d22125d4c968704ad9855d4a3141a46b66876d3ea4a265c0a47b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:c5bb1efa0d8a4aaec3bcd657891480e729ea8c7f6ebc53ed26daf2bb3ddceca1_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:e52e244f645a911ad4fce21719304e862ad69a2f89fd11725334b695c32dd16e_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/placement-rhel8@sha256:f5ea87455a1a1e1adc662dacd4b922499b290fd82550a7e9d4828b0fd26b36a6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0229235666013c5072d60f92fd76624b4cf3a5068ba9cc797da6e2d9939960d6_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:0c07e61aecdee9e54657ab082a64770bbe91fb0cd9e7df8d6af9fa68e60eecc6_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:94ace912667a63ca9ee1beafc8ade0a1685d3098255782634b59a70745be600a_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/provider-credential-controller-rhel8@sha256:e12683fb75dbbaa67d65eeaffd2f2688e39443fb6b40a1dd69a46fda8cf3f0c2_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:11bb3b6e660400944ac21a330a9ce95692ec4d930b1ce262e17cd2615f2f8dac_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:5041604c38f8f562e44fd05b9b3cd144a804a44b15c49e7b5b16cc84a8cb8ba2_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:a93545e7d2932f05bb0d447034abb6ab963566282ef18207a53cf96bb2e6118b_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-operator-rhel8@sha256:f066b874e5d221be6722d5ddd1ed4f62b59f5cd2cda7c0a84c916f9fe23c1949_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:0a186a10e370f0c26db50e53048afa243f2f48844b1aade5e6190456b5046876_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:1ed6f9014c12f800b7d8e1de30529787cb79949f0e929aa3023da5aa97b57478_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:548864385439da26844112af93ea08a5a54c9b34a1ce2309cc65673c6d9adcc7_s390x",
"8Base-multicluster-engine-2.0:multicluster-engine/registration-rhel8@sha256:67fca273f668983a096ea1f3a54e45f7a4b86fd07e8d08b250d5498f39180d84_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:1b5d82b60f9b12c7221954e0507e218d45f8e7b0fd1905fd61ad470ccbaf5469_amd64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:586f6748be38454975c199f40a1bfcd7d21a359efa208ff22ada8c5333067b81_ppc64le",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:8c63504ced9a5f8b3d125bd3e5074f52dba7b6105b0cb12d8be629203727a683_arm64",
"8Base-multicluster-engine-2.0:multicluster-engine/work-rhel8@sha256:d153be54dbd6c77e1494ae1e9f2a7d73c3d3d2e4437f68ae1650e79168dd9861_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vm2: Sandbox Escape in vm2"
}
]
}
RHSA-2022:6507
Vulnerability from csaf_redhat - Published: 2022-09-13 21:48 - Updated: 2026-04-01 13:13A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64 | — |
Vendor Fix
fix
|
A flaw was found in the vm2 sandbox when running untrusted code, as the sandbox setup does not manage proper exception handling. This flaw allows an attacker to bypass the sandbox protections and gain remote code execution on the hypervisor host or the host which is running the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.5.2 General\nAvailability release images, which fix security issues and bugs.\n\nRed Hat Product Security has rated this update as having a security impact\nof Critical. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.5.2 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.5/html/release_notes/\n\nSecurity fixes:\n\n* moment: inefficient parsing algorithim resulting in DoS (CVE-2022-31129)\n* vm2: Sandbox Escape in vm2 (CVE-2022-36067)\n\nBug fixes:\n\n* Submariner Globalnet e2e tests failed on MTU between On-Prem to Public clusters (BZ# 2074547)\n\n* OCP 4.11 - Install fails because of: pods \"management-ingress-63029-5cf6789dd6-\" is forbidden: unable to validate against any security context constrain (BZ# 2082254)\n\n* subctl gather fails to gather libreswan data if CableDriver field is missing/empty in Submariner Spec (BZ# 2083659)\n\n* Yaml editor for creating vSphere cluster moves to next line after typing (BZ# 2086883)\n\n* Submariner addon status doesn\u0027t track all deployment failures (BZ# 2090311)\n\n* Unable to deploy Hypershift operator on MCE hub using ManagedClusterAddOn without including s3 secret (BZ# 2091170)\n\n* After switching to ACM 2.5 the managed clusters log \"unable to create ClusterClaim\" errors (BZ# 2095481)\n\n* Enforce failed and report the violation after modified memory value in limitrange policy (BZ# 2100036)\n\n* Creating an application fails with \"This application has no subscription match selector (spec.selector.matchExpressions)\" (BZ# 2101577)\n\n* Inconsistent cluster resource statuses between \"All Subscription\" topology and individual topologies (BZ# 2102273)\n\n* managed cluster is in \"unknown\" state for 120 mins after OADP restore\n\n* RHACM 2.5.2 images (BZ# 2104553)\n\n* Subscription UI does not allow binding to label with empty value (BZ# 2104961)\n\n* Upgrade to 2.5.1 from 2.5.0 fails due to missing Subscription CRD (BZ# 2106069)\n\n* Region information is not available for Azure cloud in managedcluster CR (BZ# 2107134)\n\n* cluster uninstall log points to incorrect container name (BZ# 2107359)\n\n* ACM shows wrong path for Argo CD applicationset git generator (BZ# 2107885)\n\n* Single node checkbox not visible for 4.11 images (BZ# 2109134)\n\n* Unable to deploy hypershift cluster when enabling validate-cluster-security (BZ# 2109544)\n\n* Deletion of Application (including app related resources) from the console fails to delete PlacementRule for the application (BZ# 20110026)\n\n* After the creation by a policy of job or deployment (in case the object is missing)ACM is trying to add new containers instead of updating (BZ# 2117728)\n\n* pods in CrashLoopBackoff on 3.11 managed cluster (BZ# 2122292)\n\n* ArgoCD and AppSet Applications do not deploy to local-cluster (BZ# 2124707)",
"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-2022:6507",
"url": "https://access.redhat.com/errata/RHSA-2022:6507"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#critical",
"url": "https://access.redhat.com/security/updates/classification/#critical"
},
{
"category": "external",
"summary": "2074547",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2074547"
},
{
"category": "external",
"summary": "2082254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2082254"
},
{
"category": "external",
"summary": "2083659",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083659"
},
{
"category": "external",
"summary": "2086883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2086883"
},
{
"category": "external",
"summary": "2090311",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090311"
},
{
"category": "external",
"summary": "2091170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091170"
},
{
"category": "external",
"summary": "2095481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095481"
},
{
"category": "external",
"summary": "2100036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100036"
},
{
"category": "external",
"summary": "2101577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101577"
},
{
"category": "external",
"summary": "2102273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102273"
},
{
"category": "external",
"summary": "2103653",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103653"
},
{
"category": "external",
"summary": "2104553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104553"
},
{
"category": "external",
"summary": "2104961",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2104961"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2106069",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2106069"
},
{
"category": "external",
"summary": "2107134",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107134"
},
{
"category": "external",
"summary": "2107359",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107359"
},
{
"category": "external",
"summary": "2107885",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107885"
},
{
"category": "external",
"summary": "2109134",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109134"
},
{
"category": "external",
"summary": "2110026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2110026"
},
{
"category": "external",
"summary": "2117728",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2117728"
},
{
"category": "external",
"summary": "2122292",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2122292"
},
{
"category": "external",
"summary": "2124707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124707"
},
{
"category": "external",
"summary": "2124794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124794"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6507.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.5.2 security fixes and bug fixes",
"tracking": {
"current_release_date": "2026-04-01T13:13:50+00:00",
"generator": {
"date": "2026-04-01T13:13:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"id": "RHSA-2022:6507",
"initial_release_date": "2022-09-13T21:48:13+00:00",
"revision_history": [
{
"date": "2022-09-13T21:48:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-09-13T21:48:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-01T13:13:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"product": {
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"product_id": "rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-proxy-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.5.2-42"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"product_id": "rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.5.2-25"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.5.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.5.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"product_id": "rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"product": {
"name": "rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"product_id": "rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.5.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.5.2-6"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"product": {
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"product_id": "rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-proxy-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.5.2-42"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"product_id": "rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.5.2-25"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"product_id": "rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.5.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.5.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"product_id": "rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"product": {
"name": "rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"product_id": "rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.5.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.5.2-6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"product_id": "rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-proxy-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.5.2-42"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.5.2-25"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"product_id": "rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.5.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.5.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"product_id": "rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"product": {
"name": "rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"product_id": "rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.5.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.5.2-6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"product": {
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"product_id": "rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-proxy-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"product_id": "rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.5.2-42"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"product": {
"name": "rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"product_id": "rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.5.2-25"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"product_id": "rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"product_id": "rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.5.2-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.5.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"product_id": "rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.5.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.5.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"product_id": "rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.5.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.5.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"product_id": "rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"product_id": "rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"product": {
"name": "rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"product_id": "rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.5.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.5.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64",
"product_id": "rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.5.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.5.2-6"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64"
},
"product_reference": "rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64"
},
"product_reference": "rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x"
},
"product_reference": "rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64"
},
"product_reference": "rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le"
},
"product_reference": "rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64"
},
"product_reference": "rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x"
},
"product_reference": "rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64"
},
"product_reference": "rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"relates_to_product_reference": "8Base-RHACM-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.5 for RHEL 8",
"product_id": "8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-13T21:48:13+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions about installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.5/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6507"
}
],
"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-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-36067",
"cwe": {
"id": "CWE-913",
"name": "Improper Control of Dynamically-Managed Code Resources"
},
"discovery_date": "2022-09-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124794"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the vm2 sandbox when running untrusted code, as the sandbox setup does not manage proper exception handling. This flaw allows an attacker to bypass the sandbox protections and gain remote code execution on the hypervisor host or the host which is running the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vm2: Sandbox Escape in vm2",
"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-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-36067"
},
{
"category": "external",
"summary": "RHBZ#2124794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124794"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-36067",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36067"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-36067",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36067"
},
{
"category": "external",
"summary": "https://github.com/patriksimek/vm2/security/advisories/GHSA-mrgp-mrhc-5jrq",
"url": "https://github.com/patriksimek/vm2/security/advisories/GHSA-mrgp-mrhc-5jrq"
}
],
"release_date": "2022-09-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-13T21:48:13+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions about installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.5/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6507"
},
{
"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-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:02050ce97c1776f490b0bb2a120c507152d58bc9ca14ef595c64461b2e1689aa_amd64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:b3b740da052f2153ea2004d716d791de269400d7079037acc28b7ca3951f19bf_arm64",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:e25600720968b5fb633e8caec9fe648feebd498c94d5ea6dc87ace1bd293df8b_s390x",
"8Base-RHACM-2.5:rhacm2/acm-cluster-proxy-rhel8@sha256:f245bcab3e22e3354d9945eacea687f85e1e913269dfbc77fa84e43e20b4eb43_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0c8d97841e4355340cc9a277cfc9c4a11b423799643cdc029be954b7d41e2d6b_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:0f11d6673c31570b1ff04cd60efd2a76bd2ec4d597b68ab4ff749c74615adf28_arm64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:1a684547abdcefca7d30261d7c9e6e148bd46a80fb482df276e1013dfb040e0f_amd64",
"8Base-RHACM-2.5:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b2782113404ab02ccabf81a8b095709e6a110cf2c4e095c104452e39ad13ab16_s390x",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:3d4e502f6fbfdab0cfd445514effb15b9a1217df4865393e8f14083c2001876b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:622de5066c99aec340b98dcc05b2ea41fb256a71c841a36a829cf5c92e190975_amd64",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:a6857c25a90fad64dc48cf64cd1bb1a5bb7e260a497b232d694c3e1ced507eca_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-grafana-rhel8@sha256:ecf8bb20d50830fd95724e9455c43c79caeb1391b7520afe8a5ca15692e48a65_s390x",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba383a7c44edc06731ed19af4a0ee58119c917f1900a9c35ff3d99fd4569923_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:3ba4f63ccdb331f39c7a464e1a4aefc4940822a6a2b9bdab8c1da56d1e6cee85_arm64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:948d0714816ef49b9a9b77fc37c2ce41b58c5228cc029e70427916badaf25016_amd64",
"8Base-RHACM-2.5:rhacm2/acm-must-gather-rhel8@sha256:f5ac3c2bdd4043fc8f46477f5396874612e1c88d1031265210dc5343c06d8edb_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:135220e6534bc5838011e7b2df998c13b94e065dac72d6a7e28788c36f60f05e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:42fdc004f7be8c8ad6cab3f3bd3318d5bcaff61cf246ab36ec217d63d74c0b0a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:5520ec880dc3eaa57f00b9cdf3d9a4aa780e41419e4a1cbe4496a641fcf7e2c3_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-operator-bundle@sha256:c204734d81913da381edfd28ad348224ef08ce2329806e4f0097695b2b29340b_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:47b84175e4c628671a3ba7a38157344f79de93b19e89600618cebd8d4fdc54de_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:6916a5d63d4a1c157086ab5a23bca4faf04964e62cca2818805bf22b9144d76a_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:d86f0bff18308721880af004f55b2d5503ab0f851c1e493338685f5e867524b1_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f6e352c6920120ae43be1d5af8973c75478f0aea503b3b1e344991cf3334eb2f_s390x",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:0389211ba7b579212893f5e48a2aaf8e8b20bd863d9c625282e540447a25d1af_arm64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:7ac0dbeb859af3c73a8abcdcea3cc049bf6f993134f7a20915f5d0c43fe3a609_ppc64le",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:bfb3889a7f3f29368781d4fab19c4f90dffc6f3e712cc4c9ddca76e1e2c46824_amd64",
"8Base-RHACM-2.5:rhacm2/acm-prometheus-rhel8@sha256:e15f397f6ef08b5baacc4b102cb27e0af8155bc89c898043af9c6d5f4dafb68e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:63386ffe1cd1a9a8473704d99b65479d1e45907005f3906fc6dd735b75ac8eba_arm64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:70ad69df98322161fe5927df2351dca5f476b5da4c0db547f61e2b5d831d013e_s390x",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:9b230d77800bd1b36ab5f48b37a7c63c3f71742eb30ba5f9dd85060a3a34f18c_amd64",
"8Base-RHACM-2.5:rhacm2/acm-volsync-addon-controller-rhel8@sha256:ecd529ca2c9b8752ca7a6ddb1df8eb3073966a7c26727d0b5518efaf50967e55_ppc64le",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:2f3c285914f8aed133cf8bbd9a21066e4cc6f5efdbfe13df2297e7a69219aa24_s390x",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:9c1a0fcf5538b83849df0799f139c53728f083864ae82ef6e517c1235afac3b1_amd64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:b49732ab0cbcd2861b7edf64c97ceb945f312d129f8c83a041bd488a4f519584_arm64",
"8Base-RHACM-2.5:rhacm2/cert-policy-controller-rhel8@sha256:e30bc9bc607d9bdec3c08856d41c2de2c98fd608cc24adda1cf1676ec2cae4ea_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:159bf814bd3148496a2e0e5e752533e78286dbc889622217879182cf466ab18f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:492fa7a448c4aeea2d378e1784624729d191946cbd6f17698639132bfc64cb36_ppc64le",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:6cf5b122f7693212c8356f2bb25432e9fd7e1f1503ea1a2a45c1ed4debfe48ce_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-backup-rhel8-operator@sha256:ee635d303a1a17b80f91d64866c6deb2f76acbc673dd7995e5a859cf6f16831c_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:716a7d68cd3b483ed3e8df37c13f890c6436d0fe799eb215167d4113596451d7_s390x",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:a2034c6019ff613119b12de378f61eb9cb72e1b5eb5c6821ea59da71d42b062f_arm64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:dd788f10efe1f89008307455be8ccd60dbd33d40d3ab2a6ab0f6b8bccbfaac5f_amd64",
"8Base-RHACM-2.5:rhacm2/cluster-proxy-addon-rhel8@sha256:f22d7a3790af665396fec9901a23bb3e668ce05d41867f8ba2418316ce137279_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:2a827f2c766d28de4134c87e85cb1ff3ee3c038fb6f1bd72ce30d1e8915e55e3_arm64",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:325358181203c6b85aed4cd2464dbab682d42b6099320b253039281462661f32_s390x",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:8abd4444dc566e3999c39a6bcd38d6e9861bdb2ea076ffff7fb1d1c804c3bef1_ppc64le",
"8Base-RHACM-2.5:rhacm2/config-policy-controller-rhel8@sha256:ccefb962b9489c2c61f3905b3e96b05c4e58f21b5839e09978f0b0cc3f2c6ddc_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:0aab468f281646e5b2f39d11d944f48ed044cb8c29b868b82949debaaca8bb85_ppc64le",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:631e1e47ab07803c129b64aa6ab33bdb4fd3504da87fe1cf4c89d42bb804f45b_arm64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:6a041aa61c2a527c7dd5e1f58a4370fd8650202f0b4d23be3a0dbbe743102ed0_amd64",
"8Base-RHACM-2.5:rhacm2/console-rhel8@sha256:7972110974e92b2afb0ed865533bafe3d262e74c27a9cb4de7716e55116092f4_s390x",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:58baff78b004117cbf41316c6b876ac9b32b37d7475ab5064d3bc4da3bb1eb44_ppc64le",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:7e748efc8614184cd9ae6b4ab54398687c74b191e96f91ea8aae53483cbf9f83_arm64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:a4dd71faa17928e3c828682b6d483ceabf4b5efd7588714c2672cca861e6fd79_amd64",
"8Base-RHACM-2.5:rhacm2/endpoint-monitoring-rhel8-operator@sha256:cb96579ebe7602ec8f8af0a87738e910f92e16196c75bf1a0e3976150964ea20_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:448f3c46348ea8e034048a2140077715bfcdffd4c6b4285bb5dc1a26b0f1ca30_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:c5e755870cf4b5647b85e58a656126968353a017f6159c8c4da246996249aaa6_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:ce9c0bef4953313effd9c125b7c7d0a3e770881ebaaa854a8094b04873d4be17_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-propagator-rhel8@sha256:fd6fddf63dba08e3285a29deaf98ec9d96f4975c6c84ff634b5933b6de36bd86_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:24eaabf1c6a0e1dadcf39583f31f03764777401a950f7c0b380b1ca8d04f828f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:c8ba053f144ba059563691e1118a337968651fa88e34d340c7f02c5d7acb8ed3_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e162b2153192ab610f075914934811c8ef34d89f67c54f151f05093d66868db6_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-spec-sync-rhel8@sha256:e91af0da5711a67b3292722193c6dfb689caadd55a82005969db044ae160d0a6_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:30354b1b2edf0095bb2a3cabda1ee78b2bb7448c2fc008b4fe1b2239772688ee_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:cdeb30ef3bb56e8a9cf47720428a756a16cd5afc4e26c59f250155bfe02b7dd0_ppc64le",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:d8d26901899bbdac4837764459d7d962b7a7cbe4155ac4cf5920ad6ba0b42a71_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-status-sync-rhel8@sha256:e75fc9be47a46e662699d7b54b57d3cca5de9eee0b5c5d4b43177a6e0ebc9f54_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:161c808f3ebc92dba4082806ba8752ce8ce5ebeeac81d9b60845315c0f19776f_arm64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:17b34a12b7afd4fbc34f3458d64c750a3987e7d58a09802750c0b1c1c36799a4_amd64",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:339431bf32db64a1af1e47ba25eb117eebec8cc0edd30bd929f06df64615c25e_s390x",
"8Base-RHACM-2.5:rhacm2/governance-policy-template-sync-rhel8@sha256:dd17bfa01545acc66185150e7a32d82f71a1f8440ebcb752be4e800c0613d644_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:05de9575e3206158a8db8315f5dd223eb0d0ef0276af60e3ddc4c4fa1e9683bc_s390x",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:5bccd5d9aa2dcd5bf07147c584e9d0dccf0991a9f1816aa6817c9b0bd3066e12_ppc64le",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:8074275285c62fe4e8bc7494f6ef6f5a85ce654ba054cddf7903bfb7cdd9cf84_arm64",
"8Base-RHACM-2.5:rhacm2/grafana-dashboard-loader-rhel8@sha256:e67e3b020fe8e28e2fb54722b924400ac5b71dd6003a3a20b4ad9028edf88668_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:676ad59e02a651d753ef05e62b9ebeca0b62e8edbe96a4b8832b9537d0af45d3_s390x",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:73b7c31de0f8c6a829121d53efd0ae545be35dd3b7b3f8b62abb9281f6adafff_amd64",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:a0dfb074e122daefc8697ea845070144d7deae5ace890e6c0db884db31bd3ab6_ppc64le",
"8Base-RHACM-2.5:rhacm2/iam-policy-controller-rhel8@sha256:ab2bfbefd4bff663ab8dc75fa00eb9dbbbc47a982d01a713831c866159196a47_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:662d2ed078fd384c676f18ce6fee19abb65d2e82052be970ee77643b1a6b4f4f_s390x",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:99503f891a74f0c31accd8fea4b5d6deeda575b0a3e95f2d563b4a00888f48c7_arm64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:bbafb4b8099b8387d1f033ffc0409c18d5b25e5dee71367da4d1bc60ef378371_amd64",
"8Base-RHACM-2.5:rhacm2/insights-client-rhel8@sha256:fcd5e378dc44a675e3bda445db1094855f121199bcfa33a780ba82e18e713c3d_ppc64le",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:2f09bcc2c0ea068686baa7d5f16125c5ff38f211b89265f8ad574241817ab9b3_amd64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:a61e6c6ba5ee779e5366b3626a912d7f1775de9c089e2ec360c1c70a09153795_s390x",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:ced5eddd23879aaf93f6f3246fc86552a9b771f0a00d76e7d9603e85da500d02_arm64",
"8Base-RHACM-2.5:rhacm2/insights-metrics-rhel8@sha256:f80cb20f31e7fd0c78c4db20cb4db0a455c814ed85ba219d8aaa6ddbdf9e2d29_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:37299a85b970571c4d449e860838d89569b46d6cc7d641fb8971fdcf52885317_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:42188b82712c4ecb4fe020f13eb8fac2bd68b00829c3daaf87f810594f22bdee_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:a9ed6f6381b355e972bc1603a9cfddaa3fb1c29ea0515d396e01835f00a0121f_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-controller-rhel8@sha256:ad357e505777a7a2eba6ce843d6c865392460bbe74818dbf0ff67685a03c00ab_s390x",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:14dd67b343be7baa12476e52d35f2bf064b9073596a288dc75f89980d0a06147_ppc64le",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:3b4db6c7475e40abc6b6ad1114153817a18cfa494a5ab74f8abebc02245b97d7_arm64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:5bb46827b15dd2d3e311eee6ed0dead1c140f8e1ce3994c6e68d8720f9a22c35_amd64",
"8Base-RHACM-2.5:rhacm2/klusterlet-addon-rhel8-operator@sha256:6e0e54482d3e6c512298e77921e1a45a39369fbe9e05b22997372b14ec4c83b8_s390x",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:0cd9af606b9889e83809f7690bade72234121ee26a07f4d5b88836e60ca28b34_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:4f94655076b99de104974deb5baf44808a04a97afe35db7a0ee4a9e3463a3b5a_amd64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:62e5b18d06fb0e578a4b4b45169f767b576559a3bc4b8c55ecd5fa08386948a4_arm64",
"8Base-RHACM-2.5:rhacm2/kube-rbac-proxy-rhel8@sha256:ea8892c831002e88c740f4c92b0a9f8595f9c2a7e991dbe57df91f56b551dc7b_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:0d981407718f646aa3115882df59275cb2d44a7352f9ee51ca515c4cc1436d92_amd64",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:68be8c5b4fc3570d98c9b35c0884a4c2421a5072c9756b9ab99802dabdc49643_s390x",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:c267103987b8241e27ff94ff5951f55d00863436ea9c2808b03f8a7f728f8e3b_ppc64le",
"8Base-RHACM-2.5:rhacm2/kube-state-metrics-rhel8@sha256:ec0de599af6c45d4ab0aa9b6b9031941bec457c1d774351a353693ca5e9ed1b7_arm64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:303b78bc950f26ce87f37153e9e513c0465cbf79f25bb406f6b2a1e6dac288ad_s390x",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:91633657c5aef1e519cd823d271f64a026978ea0057fe0f5a7cf25531189da3e_amd64",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:938eb04191d29e7e87a349c298978f0ff00d8866a621df1d080184fa17501e1a_ppc64le",
"8Base-RHACM-2.5:rhacm2/management-ingress-rhel8@sha256:dbbe7f655523024d6da8381bb4047fef15ace15ade3a5c0c1cab32ccce384583_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:223a1085ee1041087d70c533b410076b99f811534d89369aef73bbd5c50a0139_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:45ab01496d4ff08a0d1073655a74ca1dcd0179e7a31fc0031e010e4f0c12b61d_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:5446be33e383f08176b86da78aaf65f9f6810c50b0b316f0db4611e273e57e53_ppc64le",
"8Base-RHACM-2.5:rhacm2/memcached-exporter-rhel8@sha256:abe1ca3f4840511be0c4c99471d4a41054cf3bf0e203cebde5bed5842676054c_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:5f1b7176d9be686effdf3b2c50e55171032786feecc679508c9693501f80f8a0_amd64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:9a5c1e2add9ef4c565796951881cf6765595381ca07538ab04667a0898561617_arm64",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:baaa7213b3aca6ce9656fc1136f3523ebda170258a0d9946470b2474f4ded24a_s390x",
"8Base-RHACM-2.5:rhacm2/memcached-rhel8@sha256:d80416027330ef18ba3d2a6cd9911d7d7643e35fb33905615c9d18b5704cadd7_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:74b2608a91d1055151b067d79300ea18a92fa600d0c42baeb24654d96acdcb5e_ppc64le",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:79da438cfcbcbdc4a8ed9e3709d99aa7e51a8fccc50781bbbdf586ce1a5ec96c_s390x",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:88b312eae99c032736afab6d2d1aae68b272f73aa96dd3fbb2bf335e3e90b13d_amd64",
"8Base-RHACM-2.5:rhacm2/metrics-collector-rhel8@sha256:d29df179f27366c885c57239c7666ce99d3b74362f1e501c3f7626f556ef06ff_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:192a38a1e431f236cb1ed812c7bb78fafa47272e91e009f797e01c2e3e565cd7_s390x",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:2e9469ca72f4111d9da95a0cbda59c24c500241d7dd51c94356cdd4af8c869fe_arm64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:e23b6aea1e3f4dcec4f1150570d90927824197ab35502044ed400f153ccccecb_amd64",
"8Base-RHACM-2.5:rhacm2/multicloud-integrations-rhel8@sha256:f9a52a288ed5015e7f824c52c26150afe271906f7c5102e5682b322205df887c_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:0fef358752c51b9696bf5b64b43718e396347b28ef2a635532184ece09c41533_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:187ff5e4e8c77012fe7493c5aa0b26f8674a1e1f98cd2d11ccae11938e7e3228_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:94aa5d469c074f34ef5e87298120e47dc6c1209bed3946907849a954771ba3f9_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-observability-rhel8-operator@sha256:c4acfd23ab98562dc3d29d3f6b3d1af09ed63aca630caadb50197693bb1d6224_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:070ab7da05f895eaee6a439d4890789a3a3c922c0f481550baabdf1713ec4d66_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:862229ad484c8a2fb68f6c121bcf82cba1063b87f023d4077f9fcaea6c1d1213_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:c0bca218a4fa24e883a2e6d14ec724e57b92d371414142ddb5f528814dcaec63_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-application-rhel8@sha256:e785dad70b5efe5f2a586e98eecc15022204a90dd7486453f9b22563f227b667_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:0f8a08d260ef63a8ef29152d2dac5bb819a3ed84046dbd6e5f7ab0374a4afaf0_ppc64le",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:9a08de6473513a209c0631e3bd2ac586ab967e55b0b98a79741b52ec70a9dd15_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e050748ccb2c24655b96726fe61abd910d3842488665087c4174199da1efccdb_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-channel-rhel8@sha256:e3dbe04070d7334be484eca582d4277954b64eaf581315a2ff355f78fdc5871a_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:139bf1bb807408c7e2883e43165389ea17d2893f81b3c6c6844cfd63ae6d9e70_amd64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:435a3afc4255847bbaca4a806283890b6d9a07b75d5fe04277db1b1a0068c042_arm64",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:7dc9b244e2fc0f19cf13d4d864b84415b3967b5bc4b9c4c188c4ecc0583fc55c_s390x",
"8Base-RHACM-2.5:rhacm2/multicluster-operators-subscription-rhel8@sha256:936c0b70f8d4299b8c5a60ce0a59394b60171d9975e679f6bf0e72e568a26b27_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3089873ee09ad72e9df2cdfb47182e5018d85d0bd028e6dcfdf67d8e298a96d7_amd64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:3beb005df3da71f6d1f67d6b6b5e38c39466332106f9d1fc122b496c977bd56b_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:5edd63d851cdc29ad899c7cac8f037de48477dcf84fe4b172eac8c1cbccb1e2d_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-repo-rhel8@sha256:a70e6502495dbe4505271a572c63b89df03fbe6fa080e9864736da55ab0d6a41_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:41c2a4ad792ad8be7036377a3c65bc855a6ef290fcd838196b8036c71fe531ba_s390x",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:6cee0c4f142811d312b03cd99d137d3c02dc24f6d557939efee96a8529c8b67a_arm64",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:ccef445cc7dd3a23225683b383d542942a9bae373f2edb57e0e0fdc5905d8ff3_ppc64le",
"8Base-RHACM-2.5:rhacm2/multiclusterhub-rhel8@sha256:cd40792012ee489a6b8c4c424411102d257620d0dc1c0f20ea1853438308ecbb_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:56004fa24f3242224cdbe5cd9780553c00fd4434437f794a900dab8b4347fdda_amd64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:bfa6b8a88ffbde4bd23a9a93f0209d6302f488051646b3e3a40ff48e1fcafdfa_arm64",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:c9d4451cf98600b2ac9a1e3b7940199196b085bdb11700a65903db67fe29ec0e_ppc64le",
"8Base-RHACM-2.5:rhacm2/node-exporter-rhel8@sha256:ec256cf1d7d5c9a146789cbef21cd2461cf3a9951fd969adaf43f799ca94721e_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:0d90c18ecdf319a5eb6c3c2d11108174d186dac74efe9ff538cb1a74ff85e13b_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:7be0c7a4a092074758d96b706581d1d9329417273e5be97db1018f5c911fde9d_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:a0eee85bfc20b1a4c5d3bb3d10510514bcef75d1b60dfedec37ff97399d190ed_amd64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8-operator@sha256:b1978293860473fc6fe061f9eed6e889a2d9d6a55a0eb23d7701e34cd350a3da_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:25ffe40b11cd44301ca37135869a6a50b326c02a254a2df3c7420b04761f7860_ppc64le",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:26e348966a276d532721d07534e202b0ad0c10d05fbf2d826ab253daf3910d3c_arm64",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:76f22699aa79ad674087d9efa3bfdc118bbafb07db876d7c4627ac850712fef7_s390x",
"8Base-RHACM-2.5:rhacm2/observatorium-rhel8@sha256:e31655280d1e9688d7bbd833262c052859cabaefd743e57f2a24d498ffc0683f_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:a755adfc19120e8525bbd68530c0e2705c284674dcb26dc4d1195f751e30915b_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:bbbd676b8bfc1d62883086507e981a51b412180c7efc5181fbc17fe8a11cf376_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:cf7674c18edc52cddd12f087c9519e08e3417303b7addfbaf9020ff1b38431f7_ppc64le",
"8Base-RHACM-2.5:rhacm2/prometheus-alertmanager-rhel8@sha256:e9e9f0b8cd504756111d98c506c879a52f8fe250004e1cf26faeffb6a260f918_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:2b169250b2ac6015fb8b281de459b75984a3cb502515e3fc5b102713b036fef3_amd64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:c83ade423e88fd0c2598a80877ba467d1f90375be8506642ef97cb8d521db006_s390x",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cb88b12e61ba513f0f5fb0b690b43f839e1845cc3c8ba57f33d1f913c4cb77ec_arm64",
"8Base-RHACM-2.5:rhacm2/prometheus-rhel8@sha256:cbd052da7370a11b87dbd21d759a6fc8cc8f8fd88f8b2517b08bef557e78f430_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:26ab46b1cc5467675164f69181ea23390042b9f3b15191e1eb42ec793454bc6d_arm64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:3f4f7d5823b624e00d2b98bd7202e678a272f0daacf30b6b24f3e702afb4d042_ppc64le",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:cfb235d7f901b43e5b26a68bf6a54c3a1373e38d9af4bd4a8914a01d77dbb10b_amd64",
"8Base-RHACM-2.5:rhacm2/rbac-query-proxy-rhel8@sha256:d79217ea1186a7e72e07141a12af2ca7dc6694946920105a428a1cdf955ce55f_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:21e88e7b0301560c21d2fd4bdaf0272cbb9098c5986ccf00f87bb0b08432ab2d_s390x",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:30f20b6bc0f393d183baa10ba31a0be9fbe1299b7502ed47ee60cbbe43d90332_arm64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:7bb1efc63ff6252894fb26c0f29d0361edca9d672b32dab4bb4afda93cbe0083_amd64",
"8Base-RHACM-2.5:rhacm2/redisgraph-tls-rhel8@sha256:ce8708ad193e2dfa26eacdde2772097b1298845da502a4dc27b515604af5639f_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:88dfa36c84c4d737c3bc6f15a1c6ec7f52315bc935429b30e81ae4246c90f4a5_amd64",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:8a7dddc303eeb8880aa1e6db6c1f7fc9768532e6350fc70a4423ad663c25f640_s390x",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:bd9475572daa0d5b7ed8c46db97e643438096c6bcf95bc6f3ac668cf18b45303_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-aggregator-rhel8@sha256:dded1ecc98fd363d585a2470947525307339e0514fb110cfd93baa9505e47a4c_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:9f32c46b4752f02031061e8151265647dc906727fe27faabd8f97841d6e6411b_arm64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:ca71a92b25e7d3cc6d9aee183b74817c6c76d00b9a6e80692dd4076d7b3168c1_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:cf30e0c25596857295c901599f2ad5ca724d61c6ffa945db2b2f41bc76b2f077_amd64",
"8Base-RHACM-2.5:rhacm2/search-api-rhel8@sha256:d013c2a2f72232ee1d762458b8f805efb419a811a3210973ca15ae374fbbafb3_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:193db866b65fb4224ac2d28a944aec5312713c9e2d686103f71109777a6b6e54_s390x",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:a8213b6065a981a3a4ac66757c51e8f1cc866a1399baa1b32c536fbe3740a94f_arm64",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:ad4ffea47a4b53f7820a9d58a63b2ec5e0626d320dfa076da1f8047e8103941d_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-collector-rhel8@sha256:e254aa207746ee1957771788c0cc816fc64cab020f6d06b4d920160b8cb4f6f0_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:137af85795a71e21b194cb683d702b8455fc28a090a8816e0b47880685a2fd60_ppc64le",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:3d1e719915a331b2aa576b7f43fcf664463356fe05dad5a96e19d876f67b59b6_amd64",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:b1519de7cc5136781dc2c69cc7a2e95f5ba095677425c3d0170db1b5e97a4fb5_s390x",
"8Base-RHACM-2.5:rhacm2/search-rhel8@sha256:da6afebb026ada6c1785623e27a31be7f07214645423edf4f80c11cb7040d0af_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:65c0a6cea5f2afdc7db98452f2630a796023708eac47380a47fd650c4f860a91_ppc64le",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:893861ceb951a1eae33824e38358d17a554fd39556b67434f72407e115122668_s390x",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:bae0a43f20ef6dc9dc0f90027ca9b1bc83a966b872b13f9bc8e3d47a8c894202_arm64",
"8Base-RHACM-2.5:rhacm2/submariner-addon-rhel8@sha256:c44b84e1ed3ef06d080edfcf1b1f02160e484a5a6cce4c27f6e51b88c93a93e5_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:13adfd62d6ac65bed88b92208b91c6d70753b56ac3a5e17e746f89760bec883c_arm64",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:1638fe0aa2ea3ccbe4fa96494f56db48897be4e27cdcef0fe32ba5a161d66fbb_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:5f3dae63650375f3c329686ab9cc0455301f8e0d97280c4f60f274efb75f54e3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-receive-controller-rhel8@sha256:84c83269fe7756df1ef5d3dc112b10a383f67975cda8b00b7d1c6ace800a8d37_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:0dd899045dffc8463e4a67d8a73479b51846b4747c31e215d1532fe07024be63_ppc64le",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:3347d8305fc74a463695d290b60f7227859b9bab03e805c7074d0984a27c9be3_s390x",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:bb2f3397974151b46b567d18d57cc586defeb9b64b9c7c9178ecc404940118ab_amd64",
"8Base-RHACM-2.5:rhacm2/thanos-rhel8@sha256:c6c7198b37803fef959c4c2eae172b021e4f12c7603b96c5de849a9eb23ec06d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vm2: Sandbox Escape in vm2"
}
]
}
RHSA-2022:6696
Vulnerability from csaf_redhat - Published: 2022-09-26 14:49 - Updated: 2026-06-02 17:37A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.
CWE-331 - Insufficient Entropy| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
|
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
|
A flaw was found in the undici package. When requesting an input on an unsanitized request path, method, or headers it is possible to inject Carriage Return/Line Feed (CRLF) sequences into these requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
|
A flaw was found in the undici package. After cookie headers are set, they are not cleared. This issue could allow an attacker to take advantage of this cookie, which could be used to control the redirection target.
CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the vm2 sandbox when running untrusted code, as the sandbox setup does not manage proper exception handling. This flaw allows an attacker to bypass the sandbox protections and gain remote code execution on the hypervisor host or the host which is running the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.4.6 General\nAvailability release images, which fix bugs and update container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Critical. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.4.6 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several security issues and several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html/release_notes/\n\nSecurity fixes:\n\n* golang: crypto/tls: session tickets lack random ticket_age_add (CVE-2022-30629)\n\n* moment: inefficient parsing algorithim resulting in DoS (CVE-2022-31129)\n\n* nodejs16: CRLF injection in node-undici (CVE-2022-31150)\n\n* nodejs/undici: Cookie headers uncleared on cross-origin redirect (CVE-2022-31151)\n\n* vm2: Sandbox Escape in vm2 (CVE-2022-36067)\n\nBug fixes:\n\n* RHACM 2.4 using deprecated APIs in managed clusters (BZ# 2041540)\n\n* vSphere network name doesn\u0027t allow entering spaces and doesn\u0027t reflect YAML changes (BZ# 2074766)\n\n* cluster update status is stuck, also update is not even visible (BZ# 2079418)\n\n* Policy that creates cluster role is showing as not compliant due to Request entity too large message (BZ# 2088486)\n\n* Upgraded from RHACM 2.2--\u003e2.3--\u003e2.4 and cannot create cluster (BZ# 2089490)\n\n* ACM Console Becomes Unusable After a Time (BZ# 2097464)\n\n* RHACM 2.4.6 images (BZ# 2100613)\n\n* Cluster Pools with conflicting name of existing clusters in same namespace fails creation and deletes existing cluster (BZ# 2102436)\n\n* ManagedClusters in Pending import state after ACM hub migration (BZ# 2102495)",
"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-2022:6696",
"url": "https://access.redhat.com/errata/RHSA-2022:6696"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#critical",
"url": "https://access.redhat.com/security/updates/classification/#critical"
},
{
"category": "external",
"summary": "2041540",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041540"
},
{
"category": "external",
"summary": "2074766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2074766"
},
{
"category": "external",
"summary": "2079418",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2079418"
},
{
"category": "external",
"summary": "2088486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088486"
},
{
"category": "external",
"summary": "2089490",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089490"
},
{
"category": "external",
"summary": "2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "2097464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2097464"
},
{
"category": "external",
"summary": "2100613",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100613"
},
{
"category": "external",
"summary": "2102436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102436"
},
{
"category": "external",
"summary": "2102495",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102495"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2109354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109354"
},
{
"category": "external",
"summary": "2121396",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121396"
},
{
"category": "external",
"summary": "2124794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124794"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6696.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.4.6 security update and bug fixes",
"tracking": {
"current_release_date": "2026-06-02T17:37:49+00:00",
"generator": {
"date": "2026-06-02T17:37:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:6696",
"initial_release_date": "2022-09-26T14:49:03+00:00",
"revision_history": [
{
"date": "2022-09-26T14:49:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-09-26T14:49:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T17:37:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.6-40"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"product_id": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.6-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"product_id": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.6-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"product_id": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.6-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.6-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.6-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"product_id": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.6-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.6-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.6-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"product": {
"name": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"product_id": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.6-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"product": {
"name": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"product_id": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"product_id": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"product_id": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"product": {
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"product_id": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-agent-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"product": {
"name": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"product_id": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"product": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"product_id": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-reporter-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"product_id": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.6-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"product": {
"name": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"product_id": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"product_id": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.6-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"product_id": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"product": {
"name": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"product_id": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.6-8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.6-40"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"product_id": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.6-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"product_id": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.6-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"product_id": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.6-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.6-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.6-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"product_id": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.6-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.6-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"product_id": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.6-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"product": {
"name": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"product_id": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.6-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"product": {
"name": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"product_id": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"product_id": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"product_id": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"product_id": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.6-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"product": {
"name": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"product_id": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"product_id": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.6-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"product_id": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"product": {
"name": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"product_id": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.6-8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.6-40"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"product_id": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.6-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"product_id": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.6-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.6-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.6-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.6-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"product_id": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.6-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.6-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"product_id": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.6-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"product": {
"name": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"product_id": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.6-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"product": {
"name": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"product_id": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"product_id": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"product_id": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"product": {
"name": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"product_id": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"product": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"product_id": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-reporter-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"product_id": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.6-14"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"product": {
"name": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"product_id": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.6-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"product_id": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.6-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.6-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.6-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"product_id": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.6-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le",
"product": {
"name": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le",
"product_id": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.6-8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64"
},
"product_reference": "rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le"
},
"product_reference": "rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64"
},
"product_reference": "rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64"
},
"product_reference": "rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le"
},
"product_reference": "rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x"
},
"product_reference": "rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64"
},
"product_reference": "rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le"
},
"product_reference": "rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le"
},
"product_reference": "rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x"
},
"product_reference": "rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64"
},
"product_reference": "rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le"
},
"product_reference": "rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64"
},
"product_reference": "rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x"
},
"product_reference": "rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x"
},
"product_reference": "rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64"
},
"product_reference": "rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
},
"product_reference": "rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-26T14:49:03+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6696"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-26T14:49:03+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6696"
}
],
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-31150",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2022-07-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2109354"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici package. When requesting an input on an unsanitized request path, method, or headers it is possible to inject Carriage Return/Line Feed (CRLF) sequences into these requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs16: CRLF injection in node-undici",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31150"
},
{
"category": "external",
"summary": "RHBZ#2109354",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109354"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31150",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31150"
}
],
"release_date": "2022-07-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-26T14:49:03+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6696"
}
],
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs16: CRLF injection in node-undici"
},
{
"cve": "CVE-2022-31151",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121396"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici package. After cookie headers are set, they are not cleared. This issue could allow an attacker to take advantage of this cookie, which could be used to control the redirection target.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs/undici: Cookie headers uncleared on cross-origin redirect",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31151"
},
{
"category": "external",
"summary": "RHBZ#2121396",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121396"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31151",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31151"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31151",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31151"
},
{
"category": "external",
"summary": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-31151",
"url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-31151"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp"
}
],
"release_date": "2022-07-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-26T14:49:03+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6696"
},
{
"category": "workaround",
"details": "By default, this vulnerability is not exploitable. In order to make sure this is mitigated, do not enable redirections, i.e.: `maxRedirections: 0`",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs/undici: Cookie headers uncleared on cross-origin redirect"
},
{
"cve": "CVE-2022-36067",
"cwe": {
"id": "CWE-913",
"name": "Improper Control of Dynamically-Managed Code Resources"
},
"discovery_date": "2022-09-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124794"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the vm2 sandbox when running untrusted code, as the sandbox setup does not manage proper exception handling. This flaw allows an attacker to bypass the sandbox protections and gain remote code execution on the hypervisor host or the host which is running the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vm2: Sandbox Escape in vm2",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-36067"
},
{
"category": "external",
"summary": "RHBZ#2124794",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124794"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-36067",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36067"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-36067",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36067"
},
{
"category": "external",
"summary": "https://github.com/patriksimek/vm2/security/advisories/GHSA-mrgp-mrhc-5jrq",
"url": "https://github.com/patriksimek/vm2/security/advisories/GHSA-mrgp-mrhc-5jrq"
}
],
"release_date": "2022-09-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-09-26T14:49:03+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6696"
},
{
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:17c53124f6c09cc839f533aee0c870078f547fef29a19803814f5c5fbc5e7939_s390x",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:644a295644e91a8976d4df02e5ccdd711d8d3c8fa409cae698671b49b96ec00a_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:9c9b992bf748282d7cdc941b7907bbcbabe69a8b287bc4195a6bc8b9d9b6cbd0_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:0cca0dbb0b7adff8eaea1315b422edb6ea1778befa4772f3e6f5755fb5519196_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:63b5758cfcffe96326b090ae51d38c00ca13b35e9fe5e4354cd33e67d042c41b_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:cfc97f6c9495bac2635e016dd47049683f8ed78c932ef2c70cec2ec7be323fea_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:346215260baa3371853d15ccc451c3ac418813c5cd9b422b0ad9f2dd6ae8a511_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cb4fca4155dc3e274712c0c7609eb6111a6e03207ddaa0d5c3c8752badc15b2c_amd64",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:cceb82a8492d7e971e515f1a0a5391a1051e4f130f7a14e412def20616e05d40_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5b5046b04aa10807a6676916cf4744f0cd36c056dd3fd626304814af2d665cf9_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:5c89bb44eda9a0754ea1d1ca69ea260f02f060c517194251519439e4b943e46a_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:cfe9dfc60224b6206d6fbbc4c4ee95e378ce2da8b79c176e5e7bfdd8b0375f88_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:6acf7df47405a4ccb3ede12db6574a0829d28f94ea5d20d6041db1bd045a90c6_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:96c10e483a1c99f0ac91fb84df87ebe927e82ca35ef7e36e0f583121dcdd8b15_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:ffb0b475eccc16a227f13a3d0d332f9cd9b96eade52646352a7497f903edf1a2_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:2c2f96ebf908cf415613aec65a414884ec35784e4bdcd4c4b4978aa98149af4d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:c89023b0b424e2b8800399fc4b6cfa9336248f3222097c094d33fd2b872398aa_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:e49c328eb815293dd606199a0b8a2bd0db6bbf5d87eeaa7902d6d4df1bb41d35_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:86fd675a09451d3ee552452999cd2c82410174f5e55dcfd4f21286559363217e_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:dcc214165e5c895925f52673577fa73274b017e3e9017818bf5c0327b3600ffb_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:f7004db056478b4c1b101ab0ceac24f78dbefc018a1e76e12e8a4f69fd171175_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:6e002bec6af8e7d7b0c89bc25f4a9e3224e47f5638be7cc2a9c68a5e92447254_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:815976efa30282899af7de91b5df1fdeca10c709d0fc60d09d8f3abb1c2acdc3_ppc64le",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:0e30470d12e11f473750e0b95833d0d1fe6fd3ee9d9d0c5d7454614449156148_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:2324eeab4219c1c953b698cbd1cf57e0af777f31042de00eaaa2bf163f84cae1_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c3d60eaf9f775e623114d093450b5d170b4048ef1e52267a2153ec54489bd00f_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:9969b8f2f91bd0a3ef0e89300d66a656238a3a3361d56cf7fc0eb55db1752782_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:d5639931ddcb1288f279f54a3688fcb8c94d710a457917c46bfa3db6cd1a317b_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:fa4667d27a8778efc83ace86657c638aacb7ccc3168c489d427c1d6ab834cbb2_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:4b32ee29c898c9f52a5fdeed3a6a595ac157db7051b36086eddf7a8f91b2ec08_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:9e6a260d8130731601612a56cea728fc6b80cfa3d7fd8b6612175ff76b290dea_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:faa454bab3f9ea36a2d5a1eaa16806ac3669472856833e750571e45da7074d40_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:03d738d93d893b9fd9d2587e14b9a7a92bbb5eca4b85901b5e07cff1e7a3ab73_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:22c9595f3f4d95b6dc6c17ce5412f4131d9ce501f2660f23d176f276c4a97a73_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:ae6de1e14b7897a944733cdb9963f31990d696a66260974d3f692e0af87161d3_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:2c7f03c0ca17163c949249bb4b480a0fd2c986e55b0dc23c6cd3b0a974b4c229_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:bd8fa875e2c6b6c650c21089441b417ae657b8e1fda2786d2f328978776a6883_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:c49c92c632968e08f74d08eaa99862f0dd8dd1fe4a85f05e57efa90e5dca5563_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:3711cb41642a7fffc69a0c98db128d39d980555127f22a9d1dfd76c9631b8edc_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:60a54bc76a84f2369b02dc1b9b0d8353da93acc9f8193a26739110c6fe59abdd_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:6df08e52cee6890187b6be3a62b36c18fcff7e34630da933e0a5f7bcecec6b4c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:8fb0581852dc1dfd80a81ba03c6976da1aa8d93675f626765f2266adfa94d5ac_s390x",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:929233f873cbf980fb850a9812c98bd09f907e26d9afeb1c0198d52776e33b32_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:a3653dcecb777d7b3915c49b7999793b90dd4524628d5517368a0837af46aa07_amd64",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:02481bcf2ddd1771d965e947cfcbad66540e2df055a3013bee5185ab84960d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:3a47d211370efc6e1661d4d0abd0d5abc65d8a759218af7c2722db820a664d8c_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:789e1950e886e54c341699cc8ec0c4bfb9a0e295e49961366759e861d32d5ef9_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:5215e1a2f456b83ba4ae02ea653bef51d331ced6e9a4c67958e8c41cd88aa818_s390x",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:d5cbabd5d26e6e712d9f531db8ebaa3a793599538ef2e62262b02c165ea74b9a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:e797bce5724653b3ae0395c66c4796dc0594002cdde7242f4fd29c2fd5e703fa_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:224af94e4e027bfb7edff3f889ec08aa031eaede2e4a02c67ce2925f29230ea8_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:5dd54d496d15c262072c6024385e9fbf016edabe8a6bcdf31ec63ed5c445088c_amd64",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:f64cae3c176e4b18af716ba054dcebafa07c3f893943de09b7dfd0285a9271d5_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:516888a8ee8d509b77cda6ef2154a6d70a94a48a2c8c5bc7a9b1b9f2e089ff57_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c48ced70438f389ee0a22a8670db80c121c087728533c5cd2070751ce3b2614e_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:ee184be0540e401b6834747b6632b11d69269f3d9ab44bc4aaab9fc9877191aa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:b5a8689de0cc37c38daca89e1a6f64b6601b341a8f12ef6c093ec12b83bca4e8_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:f885cac3c1b78c94885f9a9e197511c51b5470b192d6ac48e6cb20a592b36832_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:fbec65b4937bbdad28cc1e04b5b215caddeaacda3a844cd0a45ade093997adc3_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2c130b6df67cd0a8ee055d9b8bb3ede4bcf211978db7cdd892f78bf1d56dd269_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:6a8227f1560751fd8e1d2ec8136d8855599727eb7ad382bd5b18167ba46b31ff_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:c2c6ab3e7317dee023b79cc868c052a8a602610925932358498a3a215d5c8089_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:385006b34743b689054c581eaaffb5298adfd092eaa13ff6c24f28fa5b79a178_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:6c2ec36725b956432591b6cb6a20d4eb2ac3bf759ab4a901f581c81bcb12270c_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:76f717cb9fe271941f45794a8dd9ebb85af0f7ab6cd104a698352b875e1b721d_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:2d0d4141d0df7a5309edb3aa064591479facd14d604f5338383a88a7c01fb976_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:a96e372e54eadb8c0f384eaf5295a5a17ab701c5051b5ae59341ecc01489099b_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:d9135c4c5eb68af915b552e2d7fe62251f4a3a23d45a7b193d754b7da900b159_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:1f8b57a645d0abc3e639eb493f228d3485f4a3f53528175bc386f712fce7cd3f_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:5419a6207c0cd1adb21d7c4c3378d31f240a9f29674aee612608d015fe0b491f_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:6190c4487c63f61cb24e8d219aa1ebc6ff5d8d8b1ece5bbb3da5d46e67f0b98c_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:40f04e8634a2151e7a4aefe823c980d1d98c89ddb1210b55b4c0566bd85fd787_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:999f7119e60d578cd54b08135838fb8ecb996cd93f8e6f07ee92ec776f86f3d7_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:a8072d656eb14084eafd141690c02119376c9436faab8e4d219e1f0ade7ed2ec_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:18beaf038580dd78d44cdbd7b3e9bfab16b1ae9f1b454689abe1ebfefe4964b5_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:2e28251e1a65b7176007f53887f3693e5268848b1bb8a1e084e9f1064deaec8a_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:3848541d746de6dfacca63f06f29fc7d203dfa4c73dbd749407896ddddb7306c_ppc64le",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0deeefc1600e43aac6d9eadd05b32d3a1b2059632ec7e8b005eb2245b52dbd98_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:7d1534ff8b00cd38716d2bfb65b924a45e9ec18a8eccad13c5e3818f858630b6_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:b2fa794482a54fcfcbf7d0ac8597e9cb0ac0c73cfe5afa8bf2e73ca35d37feb9_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:0f567016e55498bef2be33665d247eb14308b13aaef5cc670de7e06ff830cb9a_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:6bd666f6d541ab33598c4a38ac05e8f65f19e03d8630cf685c89b05f14c4f1b8_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:85bf407b6bc232952f4dd7c1edd8a7f4a168a6995d7b866f4417bc65a162efd5_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:180e2ac58d3549c7ed583da66fba14368c606feb65b4313aac3b4f889ec091bb_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:2492650b89feab7de0408be0e3af6d889e6291bb7064ea524dafca87b252840e_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:93066377331da7f85024ae541440cb409c741d393adfdfe289f7d5836c0da183_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:018f6d71abae2963c853fe9d1a41fdad2df91acb72fee775af08275647d3019f_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:500d5166ea2f808c46b71d1a5470a35bffa484d860161a16e9809f90d021b23e_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a4d7ef368efce597729c5fc1ae4358a0b45483a11b8363bf8d164c20075da748_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:0402e265ec4919aef893be4c0f177b53173bc0c50eb47aafea6822e05a7748be_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:6b0fbc1956407a0986460556336fcccfe4d08d712cc4b0af4ca65061baf75ea2_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:d7546a69df7b817d0c29c8f95dd3d5d2900c3755c82570b1d610702c56d4fb59_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:6650633c4664e6b537e82eafc593dc91ca206de3b0de878f600c913a95eb18a2_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:c1c90ee4ae1f908c33c8a8bf38f0b47bfad039bedccf870324f6b554aad5d78c_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:ccddb38db49a190aa0d5d70e6b4672079ea222a42045d406a4b9974ac7412146_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:566b95595959ba60677f1518562fd996ef7643dc94aa9e9fead0e4b4096032ca_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:789f79b85c022e59143e725a589ac890884f079c969f56efb972b0a0f8d77e66_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:971a33f5a57057d3901ff75eebbc13ca8456b4315dd7811139e60bb8872d80bf_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:bcb43adee06dbb1cfb6a5c9fed71847ecc3826e3e44fe04d57b7143a6123daa5_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:dbf235a9723a1c21471d8ef0029f3c999ac3b22512d67facd052efb725431bc1_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:faf01c5554224350e4cffd1fc4ce275886791e45857bf0ed5f90ffa3a64680dc_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:46293eeaad521f993ed01467e13cae70f600426ef09df0e02dd8b83348b60027_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:c3cdbf5ff93b3b19ac2d7cf15b9152a0761d473de7afe29832a7ca3b833b6797_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:ce994a8f4c4e5476e6131a6721da748225c89a96c9d471a8638eefb6a22d52b9_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:01398d4f3b1825e864ddae46a5e4b7cc298dabb444dd105787ef6aeb70514571_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:5432fa56e40dee2475da7ee7b7e89cca10a8f06f4cbea94983fa094bfbef81ff_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:e22fa2dbc6733fc176f44cf42ec8f51b69672d354d6d2cf510eada5fe41a5245_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:0a0a88fb0138cd6de2e3fce81ab959d12cbda64e5fbab1046008aee1d94f12e2_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:7e0ee17c6d00d20773799cfb6c6e9e27c204d1e31010aa71a7f0f35eb5179a35_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:b9213f5525ebd51960412c15d416a591bf23731b6217f79aca2a89a893df2102_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:431d4089a4a93c6b6a00cf9b63ecd9199a5545f09190577356b22ff6646820f3_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:83f649b506ca698251c884692307d7cd52bbae87b0bf7790f96ffd24dd7f4fd7_ppc64le",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:d37401c5fb672c56004f75974a4069d5d3b6c5e96ac7be4c174f9f178a7666bc_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:a311c6ef1099d2370209bbbe30cfac6d1c50d79a2321beaab1f6158ab2db8bec_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:e666154a539974d0cc005bc74903dc9f173920101dbfc5169b14a30129991475_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:f37fe856571112970ae4786d313bf51e78b26e1630e443d276abb4de8e47e525_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:1dd235aa8599ca070f5175ad9da5bdb9505a7dfbbd87173f0bbf4e14ca0d5e88_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:8a1eeafb2a738aecb2723889c98e287638e950fec05425f1fe132ff7eb01738f_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:d458a289528173a07f7ff6d87279474e8379a2f05c11d5a9be97f9c43e38ec75_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:45d046d621eab996c457a90b607ca9a57e2ca5dcad384d3cd5317475e096e098_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7ed02712f2d5093f7c751a6d22c9ffe5ce3b00c4cc901ffb779b8b51e282d698_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:7f89cc6647700f7ddc46d4fabb4b3702142aa0fe9bd23026eba98c704026e9e9_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:27492dfdd71cc0bae6e01a184ac8fe5677ce172583b0fd1b9112dfd789009839_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:3af2802a89c09966e9c63f40974d8554a7b7b88cc386bbf5bda0a4cc987b7c15_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:723ac91ea8c130d80b48db30e05186607210aea71c7afc1c072b9a691e350215_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:09883ff8a783d3f83e1c26566555c5ad140cc8bbf0d4cdb5220ef344c6282752_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:4a34b2593897d4b1a1af124bdf6fb7e51bbd97bb4c56dd8ae463b3f3abbb7718_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:883282b801566b5a40a32e33ebc431ac1398afb68f47ce931cc82b8b9eca1e55_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0a15e49232c20ead26ade38823cd40d785e612670a41cac28ecea2066025a3d1_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:0ecd46eb89e90d787c442fd0ca92f84e9bf7fa6c2e315a0b95912616687c0580_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:bd148be0ad6ddbcc1995f94b4660d3fbe2338112230c840d77f53a564b14ec4a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:4bdca102dae861d39d81a2df4be1767e4e702ce3836224e9b875f613d1af0c37_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:d71975de4b1d6b53d19ddf338f3d19ad7e28812f8fc932c144eee630d9cab176_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:fa3e2e45501d661f4f724dea809b6eff73455db623b03178130590dbf317dba5_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:2e13c28d1f18f2efac62207515450a42732d4be790199ab0e5ddf2f181649cb4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:50dc29deac8efaac3bf321270b718dec41d8b80746d3548c076ab26b2c6b63ca_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:faae7a0632b10dc9b65af7a8af7e7c7d9e26f2f7087687fa19d2afefa7426c5a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:1fa2779aab32977ec8e867ed188dcdd66106986c3cbf39f02e2a555873ba478a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:731a4f0919cbab729e9dded9e513ec4ad5e1b48967c21f65f3b494158a6b25ba_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:ec803f14f854b73a873f95027617246888ea28029f2f4bb5b7f39a5dd63399ca_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:75504c269b3d0c2af9b48317f3dc070fae58a1e46e95283e2e0e1ab6b60f452d_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c21ffdaa0ce90e6c08f4814c09d9a0bd34d341ad1fc8f6ff2152e9007393ba1f_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:e1e522835d65503d467dc9ef7c4a0149adfc4cbd3620134adb4a5694eda2f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:37cf6ccd9a2b9af4444fa192e7b5e6979687bd5159d97f48da40c4f9bad249eb_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:b8dea0eca4c8aaefee6be9afea77e3302ad551f68f5a87316caf65e13ac9138d_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:d173cf78965bd026a6333af91b55305ea9c349e630fa53548ee42d791295cd69_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:0b2cf97a3d82fb4570dee71c1232ef9998c7efcd1d9415f9f41351457802d62d_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:93e85d546c624a685221a5d0c9085fa59752105587a531c58066a856defa322a_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:b20c7b88c52ab9772ebd2216333d6324cba08c653135af469a9e6ccb6648d7c6_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:078b48f3746c33e0c69b11c9e51e70c220a3cc6f0fd26eb5b30534b16c6a2efa_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:0e1ec4eda138936261dc5a76a18fa4ace6082c636b30021ce10d5d4d0acea890_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:70e41fdcacd43b4e498b8d5917d0e2fb640f4e85f30b1d6646b27aee1bc8dafc_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:431149d31b309822fa9476f951ae39bde3a81cc5d17d2a79062ced7b729166cd_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:65aaebf97e8b904e9ff1520f4bc4704bc21614a7377f66a4c6776032621a9ccf_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:804054ba7c65c0814307017e3ff6681ba25e62384468adbf3712418e1f3b321f_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:80950fa60359f90359129bff09665d7e94150bfbcfb048dc46ec77309479733b_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:bae2680af5a00937f0ecc680ad979b131ad65fc47c4683dec69e45e442dd38b4_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:c75cad252f1bda9dac27d1145ee01fe91078e6bc29c60b72f2f0977cea56ae9c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:1cc55dc4ec890f583cf63c7c1d5451cd1e409dbb8feed7bb854e6970ba0e9cbd_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:98f3db6bd38eec496565558b8c81a06b51fe22ad4c5a462a6b43a61ab3bc853c_amd64",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:a0a5b1e0cd29da2c215f3ce555230477ce775cbd79423c74426aaa4f7f56cfc5_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:29c84506cb42edbede5abdf086433ef003d677135fe3b51093c1fbafa6f666e0_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:be4e1ac4ca5c8145ad7488bc9f067d8f1b9f4cb3d79ac43f4addd19cc66a584b_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:fc83710377e91bec8866053bb2b9f91be7a3c25993488a6f9641e7c93918aadc_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:1587535175898f97007552a6023ef0785861271dc939a751c98db0c41c9e2c97_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:4aa41836d3699f3b8a546703fa5032a01af6bcac60465e779769c32a36352d0d_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:f7971a684bcdce02604319ecace5ba585797f116a64024da815bf3e2d27f6251_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:827351fc8036170bfb1b6d0fc15c84476c8913ae044163884ff89424e0e4235f_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:a6f1234d8f90e06b88775ce831e574ec0621e487043d412d7c35d2bde6db21f9_amd64",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:e33d7b73b6a7d41ef7779800af177a4557608ea87c854e457d0421332fcb421f_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:1d1c793c2bf89cb49dc4625981b4f7bc9cc827d01d7c57af88cde59adde21787_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:a129031e0e3c0e389a104f1ad15f4ecbb6382d79e19c62e7b22b31bee7021cdd_s390x",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:b549a06e14f326d196883c8168db3f82edbb952184ea4742b6d4eca78b13bc69_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:7e3245ba0f53c4c510f7151b3e940c13d5a79d8d95b203e3b8ceaca4ceea42ea_ppc64le",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:9fb4a62d70505c508d0d8dc158f8fa1c759c23f6a13c6a069a40a32c5cbce1fe_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:cdf817bdb70737e6912e550fa1602bbbcaa5b34a2e2d47a249000aac560cc6f0_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:3ca37dec679c11f1333c5fd6c866867ce2e7ed5d3c139c2ad8f3ad7d10be70c0_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:45b0e1027807496b3c2a10d8e7c015cc91cc77b9832639adb51a6e5fc7f5071b_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:6710d98fb67533848a96f35fcbeb0adf6999a7e6534068ccc9956105a4d2db73_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:0fbe6a1234544b31be5b6ba778895d31b0486783116796e0e31079cd2ee9f87a_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:494e65b5e3bf27c3bae221db5154b119ef7689b2cb42894f05c40cf4608f1da6_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:5d614eda176a91d5359e8a44a6f93a3fdbda8080f2209f342f83d4816b2d0008_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:176ba84e41d3465826245fd9acd199c0b292c25a76c88bbcab8c07d93829ff9c_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:3857111bc468c7bb79a7476d6bc5df0add7d8951799b65b6414f1f5dd3d5b9b8_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:52a2dd79f67b1910a7129f70ba18b48656cd41b2a15f2ae4af2509c0eaa4205a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:2d64646d663ac682a087fc69314bd72751ba2b005ab08a93da223470a863a740_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:74ccabf407b668837238eb3ad2e536fcb0b3df9a48741f43edf2456fbee80cc6_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:de9cc78ae58b063980c0fd3797cc6aba79bedc22898dae3fbce64c94dfd82909_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:37c5344f9061f44ea363d64c2118e791999007ecdead8d15c8c121aff83631fe_amd64",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:98fb5b0965d41badb9933eb0fc23a5006c1e1cb555a8b80b63a6a00bc87b1c7a_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:ff9c98d5836007520ff971116d5c143b6e0fafa25e5c8f0dfd4b1a23f191f1d2_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:13b61bea54f6d67fb749852d48dc6a035ee516ed5f3d339619b97924e078ca59_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:210fdca717aef2b4159e223a4f0bab06cdae9491d2c890d63710cf3c71de0c32_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:5f3249435b29dba366242d6e68e6f1f2f4a8f4cd8941fb881d297bd5ed9fa72e_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:2203d5c5cadd4be391bba00bbf8a588e930dcde7c438e15c14ed0e7a3fd31522_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:aa0f257b502a6fcf1d2eb2270858f7d145abee32b9a64ba511bab22218b74e0a_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:d4a81b7b29b9a76aa631ad26471b3cd6202775853f5a2102260c4f1e339cdfe0_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:0faded1f0229ce80be36090a54ed761f1c89b414e84bd11d680fbddd382a986b_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:4331c06cda7427491fcf5061f9695ab5f87dea5a02b5b915b1354c20f3cff830_s390x",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:514d5c15aceb07e72ba74d9ba1b3bdc2e84e1c4060b2facdb886809b118c704c_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:2da6d891769a4d9cb936d93a8ea84eea45f33e482c79cc74418f4143c5c145e7_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8c0745aa13e06c6cc159d8be33302b766673bdd1aedff1309d205519587440ab_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:8d0e265c199c32e757c2004d89db64bc64092171b98068aab03f977a744cc5bc_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:8036c9dd2d44027f5173b935ee8dcd9b3e87b433d65a50f83ffa76a503cf747c_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:ed22c2650f0d908174896647ced911a49945714a114836096b787cc879164bc4_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:fbe3062ae92faafd40caac5ddd0b20e2d1bfcaa64febebc0dcd5d368a3734c12_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:0b3c2d30d0a6109db50dba4053d795fc92bfcadc380a8a8deb5ae4ef4e6d29fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:6784f7672ac4c8f47ddaf9b5fc6b98f2c1d18c48be212114eeab9babb780cba6_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:ada830a6dfa3f00aba2a32225a9884bbe31d20b93ece21249b11e6b037d85e75_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:31244fad1da3b5c258babd12defc1192a8534727f12ad775aad9d202fb6a5947_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:3ac9147cf782a40b3881973a399add430aee10cdfe1abdb00c98a0b5a3a527dc_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:9d00b2d06752192dd8f8f48aeb2786ac1ee0c062ed8916cf3f693c7d2a05e208_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:30e06b75f83e22faeed2108f68b158fb35b4db22b83f049c61706ddcbfef27d9_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:530aedee3aeca43ef0501f5cd2aa07c65eb708ac1a7fcd97fc3000358744d1bd_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:c5621b5d113a1330bdc04f1fce05fd6f16c10526511ba207cb24551f7efe0e58_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:1ab81a27373c351eb2c932536fc9ea6cbf74911b794e3cd183c8e5624940a656_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:90ed24a800b82c2eb1c0f2d08aa11b2bea942e6a9044e3a01a5778877e7b376a_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:9e02a53649909a9d3ccd5c22f5c231b3ad69f451d7b5a32033046f3031cde188_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0facf27d638269e722029217ef72016556c60e42887a836e4a0ad6140c1b6dcf_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:5694a214f662b4556b1fdf088ef0d33d6674dc3be3ae5d2fbdf00e56addeae3c_amd64",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:73b036d1c7b9c44010ef9716be8c96bfd2a7af7e09b2cf3402cc2aac81ef94e4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vm2: Sandbox Escape in vm2"
}
]
}
RHSA-2022:6813
Vulnerability from csaf_redhat - Published: 2022-10-05 10:44 - Updated: 2026-06-02 17:37A flaw was found in chart.js. This issue occurs when the options parameter is not properly sanitized when it is processed. When options are processed, the object's keys that are being set are not checked, possibly allowing a prototype pollution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the Jackson Databind package. This cause of the issue is due to a Java StackOverflow exception and a denial of service via a significant depth of nested objects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A prototype pollution flaw was found in the Node.js immer module. By adding or modifying properties of Object.prototype using a __proto__ or constructor payload, an attacker could execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as "Authorization," "WWW-Authenticate," and "Cookie" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the parse-url package. Affected versions of this package are vulnerable to information exposure due to an improper validation issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the cross-fetch library when fetching a remote URL with a cookie when it gets to the Location response header. This flaw allows an attacker to hijack the account as the cookie is leaked.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found where some utility classes in Drools core did not use proper safeguards when deserializing data. This flaw allows an authenticated attacker to construct malicious serialized objects (usually called gadgets) and achieve code execution on the server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the EventSource NPM Package. The description from the source states the following message: "Exposure of Sensitive Information to an Unauthorized Actor." This flaw allows an attacker to steal the user's credentials and then use the credentials to access the legitimate website.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
An XML external entity injection(XXE) vulnerability was found in Business Central. This flaw allows an attacker to interfere with an application's processing of XML data. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. The software processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output. Here, the XML external entity injection leads to External Service interaction and an Internal file read in Business Central and Kie-Server APIs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
Vulnerability in the MySQL Connectors product of Oracle MySQL (component: Connector/J). Supported versions that are affected are 8.0.27 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Connectors. Successful attacks of this vulnerability can result in takeover of MySQL Connectors. CVSS 3.1 Base Score 6.6 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the Apache Xerces Java (XercesJ) XML parser when handling specially crafted XML document payloads. This issue causes the XercesJ XML parser to wait in an infinite loop, which may consume system resources for a prolonged duration, leading to a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
In Apache ActiveMQ Artemis prior to 2.20.0 or 2.19.1, an attacker could partially disrupt availability (DoS) through uncontrolled resource consumption of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Postgres JDBC. This flaw allows an attacker to use a method to write arbitrary files through the connection properties settings. For example, an attacker can create an executable file under the server the application is running and make it a new part of the application or server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
Vendor Fix
fix
|
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHPAM 7.13.1 async
Red Hat / Red Hat Process Automation Manager
|
cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13
|
— |
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": "An update is now available for Red Hat Process Automation Manager.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Process Automation Manager is an open source business process management suite that combines process management and decision service management and enables business and IT users to create, manage, validate, and deploy process applications and decision services.\n\nThis asynchronous security patch is an update to Red Hat Process Automation Manager 7.\n\nSecurity Fix(es):\n\n* chart.js: prototype pollution (CVE-2020-7746)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 (CVE-2021-23436)\n\n* artemis-commons: Apache ActiveMQ Artemis DoS (CVE-2022-23913)\n\n* Business-central: Possible XML External Entity Injection attack (CVE-2022-2458)\n\n* cross-fetch: Exposure of Private Personal Information to an Unauthorized Actor (CVE-2022-1365)\n\n* jackson-databind: denial of service via a large depth of nested objects (CVE-2020-36518)\n\n* jdbc-postgresql: postgresql-jdbc: Arbitrary File Write Vulnerability (CVE-2022-26520)\n\n* jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes (CVE-2022-21724)\n\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\n\n* org.drools-droolsjbpm-integration: minimist: prototype pollution (CVE-2021-44906)\n\n* org.kie.workbench-kie-wb-common: minimist: prototype pollution (CVE-2021-44906)\n\n* parse-url: Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository ionicabizau/parse-url (CVE-2022-0722)\n\n* xercesimpl: xerces-j2: infinite loop when handling specially crafted XML document payloads (CVE-2022-23437)\n\n* eventsource: Exposure of Sensitive Information (CVE-2022-1650)\n\n* mysql-connector-java: Difficult to exploit vulnerability allows a high privileged attacker with network access via multiple protocols to compromise MySQL Connectors (CVE-2022-21363)\n\n* node-fetch: exposure of sensitive information to an unauthorized actor (CVE-2022-0235)\n\n* node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery (CVE-2022-24772)\n\n* node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery (CVE-2022-24771)\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-2022:6813",
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2041833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041833"
},
{
"category": "external",
"summary": "2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "2047200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047200"
},
{
"category": "external",
"summary": "2047343",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047343"
},
{
"category": "external",
"summary": "2050863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050863"
},
{
"category": "external",
"summary": "2063601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2063601"
},
{
"category": "external",
"summary": "2064007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064007"
},
{
"category": "external",
"summary": "2064698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2067387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067387"
},
{
"category": "external",
"summary": "2067458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067458"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2076133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2076133"
},
{
"category": "external",
"summary": "2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "2096966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2096966"
},
{
"category": "external",
"summary": "2103584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103584"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2107994",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107994"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6813.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Process Automation Manager 7.13.1 security update",
"tracking": {
"current_release_date": "2026-06-02T17:37:49+00:00",
"generator": {
"date": "2026-06-02T17:37:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:6813",
"initial_release_date": "2022-10-05T10:44:49+00:00",
"revision_history": [
{
"date": "2022-10-05T10:44:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-05T10:44:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T17:37:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHPAM 7.13.1 async",
"product": {
"name": "RHPAM 7.13.1 async",
"product_id": "RHPAM 7.13.1 async",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_bpms_platform:7.13"
}
}
}
],
"category": "product_family",
"name": "Red Hat Process Automation Manager"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-7746",
"discovery_date": "2020-10-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2096966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in chart.js. This issue occurs when the options parameter is not properly sanitized when it is processed. When options are processed, the object\u0027s keys that are being set are not checked, possibly allowing a prototype pollution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "chart.js: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-7746"
},
{
"category": "external",
"summary": "RHBZ#2096966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2096966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-7746",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7746"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7746",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7746"
}
],
"release_date": "2020-10-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "chart.js: prototype pollution"
},
{
"cve": "CVE-2020-36518",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064698"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jackson Databind package. This cause of the issue is due to a Java StackOverflow exception and a denial of service via a significant depth of nested objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: denial of service via a large depth of nested objects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "CodeReady Studio is no longer supported and therefore this flaw will not be addressed in CodeReady Studio.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36518"
},
{
"category": "external",
"summary": "RHBZ#2064698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064698"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36518"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-57j2-w4cx-62h2",
"url": "https://github.com/advisories/GHSA-57j2-w4cx-62h2"
}
],
"release_date": "2020-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: denial of service via a large depth of nested objects"
},
{
"cve": "CVE-2021-23436",
"discovery_date": "2021-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2041833"
}
],
"notes": [
{
"category": "description",
"text": "A prototype pollution flaw was found in the Node.js immer module. By adding or modifying properties of Object.prototype using a __proto__ or constructor payload, an attacker could execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immer: type confusion vulnerability can lead to a bypass of CVE-2020-28477",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23436"
},
{
"category": "external",
"summary": "RHBZ#2041833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23436",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23436"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23436",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23436"
}
],
"release_date": "2021-09-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immer: type confusion vulnerability can lead to a bypass of CVE-2020-28477"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"cve": "CVE-2022-0235",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-01-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2044591"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as \"Authorization,\" \"WWW-Authenticate,\" and \"Cookie\" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-fetch: exposure of sensitive information to an unauthorized actor",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for dotnet-5.0. For more information about Dotnet product support scope, please see https://access.redhat.com/support/policy/updates/net-core",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0235"
},
{
"category": "external",
"summary": "RHBZ#2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/",
"url": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "node-fetch: exposure of sensitive information to an unauthorized actor"
},
{
"cve": "CVE-2022-0722",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2022-07-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2103584"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the parse-url package. Affected versions of this package are vulnerable to information exposure due to an improper validation issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "parse-url: Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository ionicabizau/parse-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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0722"
},
{
"category": "external",
"summary": "RHBZ#2103584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103584"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0722"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0722",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0722"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/2490ef6d-5577-4714-a4dd-9608251b4226",
"url": "https://huntr.dev/bounties/2490ef6d-5577-4714-a4dd-9608251b4226"
}
],
"release_date": "2022-06-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "parse-url: Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository ionicabizau/parse-url"
},
{
"cve": "CVE-2022-1365",
"cwe": {
"id": "CWE-359",
"name": "Exposure of Private Personal Information to an Unauthorized Actor"
},
"discovery_date": "2022-04-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2076133"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cross-fetch library when fetching a remote URL with a cookie when it gets to the Location response header. This flaw allows an attacker to hijack the account as the cookie is leaked.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cross-fetch: Exposure of Private Personal Information to an Unauthorized Actor",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1365"
},
{
"category": "external",
"summary": "RHBZ#2076133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2076133"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1365"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1365",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1365"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/ab55dfdd-2a60-437a-a832-e3efe3d264ac/",
"url": "https://huntr.dev/bounties/ab55dfdd-2a60-437a-a832-e3efe3d264ac/"
}
],
"release_date": "2022-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cross-fetch: Exposure of Private Personal Information to an Unauthorized Actor"
},
{
"acknowledgments": [
{
"names": [
"Paulino Calderon"
],
"organization": "Websec"
}
],
"cve": "CVE-2022-1415",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2021-12-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2065505"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found where some utility classes in Drools core did not use proper safeguards when deserializing data. This flaw allows an authenticated attacker to construct malicious serialized objects (usually called gadgets) and achieve code execution on the server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "drools: unsafe data deserialization in StreamUtils",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1415"
},
{
"category": "external",
"summary": "RHBZ#2065505",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2065505"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1415"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1415",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1415"
}
],
"release_date": "2022-10-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "drools: unsafe data deserialization in StreamUtils"
},
{
"cve": "CVE-2022-1650",
"cwe": {
"id": "CWE-359",
"name": "Exposure of Private Personal Information to an Unauthorized Actor"
},
"discovery_date": "2022-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2085307"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the EventSource NPM Package. The description from the source states the following message: \"Exposure of Sensitive Information to an Unauthorized Actor.\" This flaw allows an attacker to steal the user\u0027s credentials and then use the credentials to access the legitimate website.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eventsource: Exposure of Sensitive Information",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1650"
},
{
"category": "external",
"summary": "RHBZ#2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1650",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e",
"url": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e"
}
],
"release_date": "2022-05-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "eventsource: Exposure of Sensitive Information"
},
{
"cve": "CVE-2022-2458",
"cwe": {
"id": "CWE-91",
"name": "XML Injection (aka Blind XPath Injection)"
},
"discovery_date": "2022-07-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107994"
}
],
"notes": [
{
"category": "description",
"text": "An XML external entity injection(XXE) vulnerability was found in Business Central. This flaw allows an attacker to interfere with an application\u0027s processing of XML data. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. The software processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output. Here, the XML external entity injection leads to External Service interaction and an Internal file read in Business Central and Kie-Server APIs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Business-central: Possible XML External Entity Injection attack",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2458"
},
{
"category": "external",
"summary": "RHBZ#2107994",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107994"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2458"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2458",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2458"
}
],
"release_date": "2022-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Business-central: Possible XML External Entity Injection attack"
},
{
"cve": "CVE-2022-21363",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges"
},
"discovery_date": "2022-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2047343"
}
],
"notes": [
{
"category": "description",
"text": "Vulnerability in the MySQL Connectors product of Oracle MySQL (component: Connector/J). Supported versions that are affected are 8.0.27 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Connectors. Successful attacks of this vulnerability can result in takeover of MySQL Connectors. CVSS 3.1 Base Score 6.6 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mysql-connector-java: Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Connectors",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21363"
},
{
"category": "external",
"summary": "RHBZ#2047343",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047343"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21363",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21363"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21363",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21363"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2022.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2022.html#AppendixMSQL"
}
],
"release_date": "2022-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "mysql-connector-java: Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Connectors"
},
{
"cve": "CVE-2022-21724",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"discovery_date": "2022-02-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2050863"
}
],
"notes": [
{
"category": "description",
"text": "pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "According to the patch upstream the scoring of this issue has been severely reduced and is no longer considered an RCE. Therefore, the flaw has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates of Red Hat Enterprise Linux 6, 7 and 8.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21724"
},
{
"category": "external",
"summary": "RHBZ#2050863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21724"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-v7wg-cpwc-24m4",
"url": "https://github.com/advisories/GHSA-v7wg-cpwc-24m4"
}
],
"release_date": "2022-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes"
},
{
"acknowledgments": [
{
"names": [
"Sergey Temnikov",
"Ziyi Luo"
],
"organization": "Amazon Corretto",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-23437",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2022-01-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2047200"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Apache Xerces Java (XercesJ) XML parser when handling specially crafted XML document payloads. This issue causes the XercesJ XML parser to wait in an infinite loop, which may consume system resources for a prolonged duration, leading to a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "xerces-j2: infinite loop when handling specially crafted XML document payloads",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23437"
},
{
"category": "external",
"summary": "RHBZ#2047200",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047200"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23437"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23437",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23437"
}
],
"release_date": "2022-01-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "xerces-j2: infinite loop when handling specially crafted XML document payloads"
},
{
"cve": "CVE-2022-23913",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-02-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2063601"
}
],
"notes": [
{
"category": "description",
"text": "In Apache ActiveMQ Artemis prior to 2.20.0 or 2.19.1, an attacker could partially disrupt availability (DoS) through uncontrolled resource consumption of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "artemis-commons: Apache ActiveMQ Artemis DoS",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23913"
},
{
"category": "external",
"summary": "RHBZ#2063601",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2063601"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23913",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23913"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/fjynj57rd99s814rdn5hzvmx8lz403q2",
"url": "https://lists.apache.org/thread/fjynj57rd99s814rdn5hzvmx8lz403q2"
}
],
"release_date": "2022-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "artemis-commons: Apache ActiveMQ Artemis DoS"
},
{
"cve": "CVE-2022-24771",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067387"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw affects the DigestAlgorithm structure.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24771"
},
{
"category": "external",
"summary": "RHBZ#2067387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067387"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24771"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery"
},
{
"cve": "CVE-2022-24772",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw affects the DigestInfo ASN.1 structure.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24772"
},
{
"category": "external",
"summary": "RHBZ#2067458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24772"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 3.10 and above, no version of affected momentjs is present.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"RHPAM 7.13.1 async"
]
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-26520",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"discovery_date": "2022-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064007"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Postgres JDBC. This flaw allows an attacker to use a method to write arbitrary files through the connection properties settings. For example, an attacker can create an executable file under the server the application is running and make it a new part of the application or server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql-jdbc: Arbitrary File Write Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat informs that although there\u0027s a difference from NVD CVSSv3 score there\u0027s a especial occasion in this CVE that maintain it as a moderate. The scenario for an attacker to get a benefit in this situation requires them to have access to modify a configuration file and write a file where it\u0027s needed. This require non-default configuration and also it\u0027s not expected to allow an untrusted user to perform this kind of setting.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-26520"
},
{
"category": "external",
"summary": "RHBZ#2064007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064007"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-26520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-26520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26520"
}
],
"release_date": "2022-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql-jdbc: Arbitrary File Write Vulnerability"
},
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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": [
"RHPAM 7.13.1 async"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-05T10:44:49+00:00",
"details": "For on-premise installations, before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nRed Hat recommends that you halt the server by stopping the JBoss Application Server process before installing this update. After installing the update, restart the server by starting the JBoss Application Server process.\n\nThe References section of this erratum contains a download link. You must log in to download the update.",
"product_ids": [
"RHPAM 7.13.1 async"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6813"
}
],
"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": [
"RHPAM 7.13.1 async"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
}
]
}
RHSA-2022:6835
Vulnerability from csaf_redhat - Published: 2022-10-06 12:26 - Updated: 2026-06-06 13:02A flaw was found in protobuf-java. Google Protocol Buffer (protobuf-java) allows the interleaving of com.google.protobuf.UnknownFieldSet fields. By persuading a victim to open specially-crafted content, a remote attacker could cause a timeout in the ProtobufFuzzer function, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in Netty's netty-codec due to size restrictions for decompressed data in the Bzip2Decoder. By sending a specially-crafted input, a remote attacker could cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the Netty's netty-codec due to unrestricted chunk lengths in the SnappyFrameDecoder. By sending a specially-crafted input, a remote attacker could cause excessive memory usage resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in cron-utils. This flaw allows an attacker to perform unauthenticated Remote Code Execution (RCE) via Java Expression Language (EL) injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as "Authorization," "WWW-Authenticate," and "Cookie" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the follow-redirects package. This flaw allows the exposure of sensitive information to an unauthorized actor due to the usage of insecure HTTP protocol. This issue happens with an Authorization header leak from the same hostname, https-http, and requires a Man-in-the-Middle (MITM) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in Quarkus. The state and potentially associated permissions can leak from one web request to another in RestEasy Reactive. This flaw allows a low-privileged user to perform operations on the database with a different set of privileges than intended.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A Cross-site scripting attack was found in Prism. The command-line plugin did not properly escape its output. This issue leads to the input text being inserted into the Document Object Model (DOM) as HTML code, which can be exploited by an attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the node-forge library when verifying the signature on the ASN.1 structure in RSA PKCS#1 v1.5. This flaw allows an attacker to obtain successful verification for invalid DigestInfo structure, affecting the integrity of the attacked resource.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in gson, which is vulnerable to Deserialization of Untrusted Data via the writeReplace() method in internal classes. This issue may lead to availability attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in Postgres JDBC. This flaw allows an attacker to use a method to write arbitrary files through the connection properties settings. For example, an attacker can create an executable file under the server the application is running and make it a new part of the application or server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
Vendor Fix
fix
|
A flaw was found in GraphQL Java. This flaw allows an attacker to use a malicious query in GraphQL to cause a denial of service due to inefficient lexer input validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
RHINT Service Registry 2.3.0 GA
Red Hat / Red Hat Integration
|
cpe:/a:redhat:service_registry:2.3
|
— |
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": "An update to the images for Red Hat Integration Service Registry is now available from the Red Hat Container Catalog. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\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": "This release of Red Hat Integration - Service registry 2.3.0.GA serves as a replacement for 2.0.3.GA, and includes the below security fixes.\n\nSecurity Fix(es):\n\n* cron-utils: template Injection leading to unauthenticated Remote Code Execution (CVE-2021-41269)\n\n* prismjs: improperly escaped output allows a XSS (CVE-2022-23647)\n\n* snakeyaml: Denial of Service due missing to nested depth limitation for collections (CVE-2022-25857)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* protobuf-java: potential DoS in the parsing procedure for binary data (CVE-2021-22569)\n\n* quarkus: privilege escalation vulnerability with RestEasy Reactive scope leakage in Quarkus (CVE-2022-0981)\n\n* quarkus-jdbc-postgresql-deployment: jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes (CVE-2022-21724)\n\n* netty-codec: SnappyFrameDecoder doesn\u0027t restrict chunk length and may buffer skippable chunks in an unnecessary way (CVE-2021-37137)\n\n* netty-codec: Bzip2Decoder doesn\u0027t allow setting size restrictions for decompressed data (CVE-2021-37136)\n\n* node-fetch: exposure of sensitive information to an unauthorized actor (CVE-2022-0235)\n\n* follow-redirects: Exposure of Sensitive Information via Authorization Header leak (CVE-2022-0536)\n\n* jdbc-postgresql: postgresql-jdbc: Arbitrary File Write Vulnerability (CVE-2022-26520)\n\n* node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery (CVE-2022-24771)\n\n* node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery (CVE-2022-24772)\n\n* node-forge: Signature verification leniency in checking `DigestInfo` structure (CVE-2022-24773)\n\n* com.google.code.gson-gson: Deserialization of Untrusted Data in com.google.code.gson-gson (CVE-2022-25647)\n\n* terser: insecure use of regular expressions leads to ReDoS (CVE-2022-25858)\n\n* graphql-java: DoS by malicious query (CVE-2022-37734)\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-2022:6835",
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2004133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004133"
},
{
"category": "external",
"summary": "2004135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004135"
},
{
"category": "external",
"summary": "2024632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024632"
},
{
"category": "external",
"summary": "2039903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2039903"
},
{
"category": "external",
"summary": "2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "2050863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050863"
},
{
"category": "external",
"summary": "2053259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053259"
},
{
"category": "external",
"summary": "2056643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2056643"
},
{
"category": "external",
"summary": "2062520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062520"
},
{
"category": "external",
"summary": "2064007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064007"
},
{
"category": "external",
"summary": "2067387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067387"
},
{
"category": "external",
"summary": "2067458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067458"
},
{
"category": "external",
"summary": "2067461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067461"
},
{
"category": "external",
"summary": "2080850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080850"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "2126809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126809"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_6835.json"
}
],
"title": "Red Hat Security Advisory: Service Registry (container images) release and security update [2.3.0.GA]",
"tracking": {
"current_release_date": "2026-06-06T13:02:00+00:00",
"generator": {
"date": "2026-06-06T13:02:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2022:6835",
"initial_release_date": "2022-10-06T12:26:20+00:00",
"revision_history": [
{
"date": "2022-10-06T12:26:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-06T12:26:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T13:02:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHINT Service Registry 2.3.0 GA",
"product": {
"name": "RHINT Service Registry 2.3.0 GA",
"product_id": "RHINT Service Registry 2.3.0 GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_registry:2.3"
}
}
}
],
"category": "product_family",
"name": "Red Hat Integration"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-22569",
"cwe": {
"id": "CWE-696",
"name": "Incorrect Behavior Order"
},
"discovery_date": "2022-01-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2039903"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobuf-java. Google Protocol Buffer (protobuf-java) allows the interleaving of com.google.protobuf.UnknownFieldSet fields. By persuading a victim to open specially-crafted content, a remote attacker could cause a timeout in the ProtobufFuzzer function, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "protobuf-java: potential DoS in the parsing procedure for binary 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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-22569"
},
{
"category": "external",
"summary": "RHBZ#2039903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2039903"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-22569",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22569"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-22569",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-22569"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/commit/b3093dce58bc9d3042f085666d83c8ef1f51fe7b",
"url": "https://github.com/protocolbuffers/protobuf/commit/b3093dce58bc9d3042f085666d83c8ef1f51fe7b"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67",
"url": "https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67"
}
],
"release_date": "2022-01-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "protobuf-java: potential DoS in the parsing procedure for binary data"
},
{
"cve": "CVE-2021-37136",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2004133"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s netty-codec due to size restrictions for decompressed data in the Bzip2Decoder. By sending a specially-crafted input, a remote attacker could cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec: Bzip2Decoder doesn\u0027t allow setting size restrictions for decompressed data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the OpenShift Container Platform (OCP), the Hive/Presto/Hadoop components that comprise the OCP Metering stack ship the vulnerable version of netty-codec package. Since the release of OCP 4.6, the Metering product has been deprecated [1], so the affected components are marked as wontfix. This may be fixed in the future.\n\nStarting in OCP 4.7, the elasticsearch component is shipping as a part of the OpenShift Logging product (openshift-logging/elasticsearch6-rhel8). The elasticsearch component delivered in OCP 4.6 is marked as `Out of support scope` because these versions are already under Maintenance Phase of the support.\n\n[1] https://docs.openshift.com/container-platform/4.6/release_notes/ocp-4-6-release-notes.html#ocp-4-6-metering-operator-deprecated",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-37136"
},
{
"category": "external",
"summary": "RHBZ#2004133",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004133"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-37136",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-37136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37136"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv"
}
],
"release_date": "2021-09-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "netty-codec: Bzip2Decoder doesn\u0027t allow setting size restrictions for decompressed data"
},
{
"cve": "CVE-2021-37137",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2004135"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Netty\u0027s netty-codec due to unrestricted chunk lengths in the SnappyFrameDecoder. By sending a specially-crafted input, a remote attacker could cause excessive memory usage resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec: SnappyFrameDecoder doesn\u0027t restrict chunk length and may buffer skippable chunks in an unnecessary way",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform (OCP), the Hive/Presto/Hadoop components that comprise the OCP Metering stack, ship the vulnerable version of netty-codec package.\nSince the release of OCP 4.6, the Metering product has been deprecated [1], hence the affected components are marked as wontfix.\nThis may be fixed in the future.\n\nStarting in OCP 4.7, the elasticsearch component is shipping as a part of the OpenShift Logging product (openshift-logging/elasticsearch6-rhel8). The elasticsearch component delivered in OCP 4.6 is marked as `Out of support scope` because these versions are already under Maintenance Phase of the support.\n\n[1] https://docs.openshift.com/container-platform/4.6/release_notes/ocp-4-6-release-notes.html#ocp-4-6-metering-operator-deprecated",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-37137"
},
{
"category": "external",
"summary": "RHBZ#2004135",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004135"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-37137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-37137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-37137"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-grg4-wf29-r9vv"
}
],
"release_date": "2021-09-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "netty-codec: SnappyFrameDecoder doesn\u0027t restrict chunk length and may buffer skippable chunks in an unnecessary way"
},
{
"cve": "CVE-2021-41269",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2021-11-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2024632"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cron-utils. This flaw allows an attacker to perform unauthenticated Remote Code Execution (RCE) via Java Expression Language (EL) injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cron-utils: template Injection leading to unauthenticated Remote Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Only projects using the @Cron annotation to validate untrusted Cron expressions 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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-41269"
},
{
"category": "external",
"summary": "RHBZ#2024632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024632"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-41269",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41269"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-41269",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41269"
}
],
"release_date": "2021-11-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cron-utils: template Injection leading to unauthenticated Remote Code Execution"
},
{
"cve": "CVE-2022-0235",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2022-01-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2044591"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-fetch. When following a redirect to a third-party domain, node-fetch was forwarding sensitive headers such as \"Authorization,\" \"WWW-Authenticate,\" and \"Cookie\" to potentially untrusted targets. This flaw leads to the exposure of sensitive information to an unauthorized actor.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-fetch: exposure of sensitive information to an unauthorized actor",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for dotnet-5.0. For more information about Dotnet product support scope, please see https://access.redhat.com/support/policy/updates/net-core",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0235"
},
{
"category": "external",
"summary": "RHBZ#2044591",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044591"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0235"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/",
"url": "https://huntr.dev/bounties/d26ab655-38d6-48b3-be15-f9ad6b6ae6f7/"
}
],
"release_date": "2022-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "node-fetch: exposure of sensitive information to an unauthorized actor"
},
{
"cve": "CVE-2022-0536",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"discovery_date": "2022-02-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053259"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the follow-redirects package. This flaw allows the exposure of sensitive information to an unauthorized actor due to the usage of insecure HTTP protocol. This issue happens with an Authorization header leak from the same hostname, https-http, and requires a Man-in-the-Middle (MITM) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Exposure of Sensitive Information via Authorization Header leak",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0536"
},
{
"category": "external",
"summary": "RHBZ#2053259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053259"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0536"
}
],
"release_date": "2022-02-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "follow-redirects: Exposure of Sensitive Information via Authorization Header leak"
},
{
"acknowledgments": [
{
"names": [
"Sanne Grinovero"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2022-0981",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"discovery_date": "2022-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2062520"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Quarkus. The state and potentially associated permissions can leak from one web request to another in RestEasy Reactive. This flaw allows a low-privileged user to perform operations on the database with a different set of privileges than intended.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quarkus: privilege escalation vulnerability with RestEasy Reactive scope leakage in Quarkus",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "CodeReady Studio is no longer supported and therefore this flaw will not be addressed in CodeReady Studio. Please see https://developers.redhat.com/articles/2022/04/18/announcement-red-hat-codeready-studio-reaches-end-life for more information.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0981"
},
{
"category": "external",
"summary": "RHBZ#2062520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062520"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0981",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0981"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0981",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0981"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/issues/23269",
"url": "https://github.com/quarkusio/quarkus/issues/23269"
}
],
"release_date": "2022-02-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "quarkus: privilege escalation vulnerability with RestEasy Reactive scope leakage in Quarkus"
},
{
"cve": "CVE-2022-21724",
"cwe": {
"id": "CWE-665",
"name": "Improper Initialization"
},
"discovery_date": "2022-02-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2050863"
}
],
"notes": [
{
"category": "description",
"text": "pgjdbc is the offical PostgreSQL JDBC Driver. A security hole was found in the jdbc driver for postgresql database while doing security research. The system using the postgresql library will be attacked when attacker control the jdbc url or properties. pgjdbc instantiates plugin instances based on class names provided via `authenticationPluginClassName`, `sslhostnameverifier`, `socketFactory`, `sslfactory`, `sslpasswordcallback` connection properties. However, the driver did not verify if the class implements the expected interface before instantiating the class. This can lead to code execution loaded via arbitrary classes. Users using plugins are advised to upgrade. There are no known workarounds for this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "According to the patch upstream the scoring of this issue has been severely reduced and is no longer considered an RCE. Therefore, the flaw has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates of Red Hat Enterprise Linux 6, 7 and 8.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21724"
},
{
"category": "external",
"summary": "RHBZ#2050863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2050863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21724"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21724",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21724"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-v7wg-cpwc-24m4",
"url": "https://github.com/advisories/GHSA-v7wg-cpwc-24m4"
}
],
"release_date": "2022-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jdbc-postgresql: Unchecked Class Instantiation when providing Plugin Classes"
},
{
"cve": "CVE-2022-23647",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2022-02-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2056643"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site scripting attack was found in Prism. The command-line plugin did not properly escape its output. This issue leads to the input text being inserted into the Document Object Model (DOM) as HTML code, which can be exploited by an attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "prismjs: improperly escaped output allows a XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects Prism as shipped with all versions of Red Hat Ceph Storage, Red Hat Migration Toolkit for Virtualization, Red Hat OpenShift Container Platform, Red Hat OpenShift Service Mesh, Red Hat Advanced Cluster Security, and Red Hat Gluster Storage. However, this flaw is not known to be exploitable under any supported scenario, as websites that do not use the Command Line plugin are also not impacted. The above products do not use the Command Line plugin, thus, are marked not 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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23647"
},
{
"category": "external",
"summary": "RHBZ#2056643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2056643"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23647"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23647",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23647"
},
{
"category": "external",
"summary": "https://github.com/PrismJS/prism/security/advisories/GHSA-3949-f494-cm99",
"url": "https://github.com/PrismJS/prism/security/advisories/GHSA-3949-f494-cm99"
}
],
"release_date": "2022-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "prismjs: improperly escaped output allows a XSS"
},
{
"cve": "CVE-2022-24771",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067387"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw affects the DigestAlgorithm structure.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24771"
},
{
"category": "external",
"summary": "RHBZ#2067387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067387"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24771"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery"
},
{
"cve": "CVE-2022-24772",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw affects the DigestInfo ASN.1 structure.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24772"
},
{
"category": "external",
"summary": "RHBZ#2067458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24772"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery"
},
{
"cve": "CVE-2022-24773",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2067461"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge library when verifying the signature on the ASN.1 structure in RSA PKCS#1 v1.5. This flaw allows an attacker to obtain successful verification for invalid DigestInfo structure, affecting the integrity of the attacked resource.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Signature verification leniency in checking `DigestInfo` structure",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24773"
},
{
"category": "external",
"summary": "RHBZ#2067461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067461"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24773"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-2r2c-g63r-vccr",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-2r2c-g63r-vccr"
}
],
"release_date": "2022-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: Signature verification leniency in checking `DigestInfo` structure"
},
{
"cve": "CVE-2022-25647",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2022-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080850"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gson, which is vulnerable to Deserialization of Untrusted Data via the writeReplace() method in internal classes. This issue may lead to availability attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.google.code.gson-gson: Deserialization of Untrusted Data in com.google.code.gson-gson",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25647"
},
{
"category": "external",
"summary": "RHBZ#2080850",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080850"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25647",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25647"
}
],
"release_date": "2022-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "com.google.code.gson-gson: Deserialization of Untrusted Data in com.google.code.gson-gson"
},
{
"cve": "CVE-2022-25857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Denial of Service due to missing nested depth limitation for collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For RHEL-8 it\u0027s downgraded to moderate because \"snakeyaml\" itself in RHEL 8 or RHEL-9 isn\u0027t shipped and \"prometheus-jmx-exporter\" is needed as build dependency. And it\u0027s not directly exploitable, hence severity marked as moderate.\nRed Hat Integration and AMQ products are not vulnerable to this flaw, so their severity has been lowered to moderate.\nRed Hat Single Sign-On uses snakeyaml from liquibase-core and is only used when performing migrations and would require administrator privileges to execute, hence severity marked as Low.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be present soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25857"
},
{
"category": "external",
"summary": "RHBZ#2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "snakeyaml: Denial of Service due to missing nested depth limitation for collections"
},
{
"cve": "CVE-2022-25858",
"discovery_date": "2022-09-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126277"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "terser: insecure use of regular expressions leads to ReDoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For OpenShift Do (odo) product terser is shipped only for using in static page generators for upstream, thus this represents no security risk.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25858"
},
{
"category": "external",
"summary": "RHBZ#2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858"
}
],
"release_date": "2022-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "terser: insecure use of regular expressions leads to ReDoS"
},
{
"cve": "CVE-2022-26520",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"discovery_date": "2022-03-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064007"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Postgres JDBC. This flaw allows an attacker to use a method to write arbitrary files through the connection properties settings. For example, an attacker can create an executable file under the server the application is running and make it a new part of the application or server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql-jdbc: Arbitrary File Write Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat informs that although there\u0027s a difference from NVD CVSSv3 score there\u0027s a especial occasion in this CVE that maintain it as a moderate. The scenario for an attacker to get a benefit in this situation requires them to have access to modify a configuration file and write a file where it\u0027s needed. This require non-default configuration and also it\u0027s not expected to allow an untrusted user to perform this kind of setting.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-26520"
},
{
"category": "external",
"summary": "RHBZ#2064007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064007"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-26520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-26520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26520"
}
],
"release_date": "2022-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql-jdbc: Arbitrary File Write Vulnerability"
},
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-37734",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GraphQL Java. This flaw allows an attacker to use a malicious query in GraphQL to cause a denial of service due to inefficient lexer input validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "graphql-java: DoS by malicious query",
"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": [
"RHINT Service Registry 2.3.0 GA"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-37734"
},
{
"category": "external",
"summary": "RHBZ#2126809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-37734",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-37734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37734"
}
],
"release_date": "2022-09-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-06T12:26:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"RHINT Service Registry 2.3.0 GA"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:6835"
}
],
"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": [
"RHINT Service Registry 2.3.0 GA"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "graphql-java: DoS by malicious query"
}
]
}
RHSA-2022:7055
Vulnerability from csaf_redhat - Published: 2022-10-19 12:55 - Updated: 2026-06-02 17:37The json-schema Node.JS library was vulnerable to prototype pollution during the validation of a JSON object. An attacker, able to provide a specially crafted JSON file for validation, could use this flaw to modify the behavior of the node program, to, for example, execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the follow-redirects package. This flaw allows the exposure of sensitive information to an unauthorized actor due to the usage of insecure HTTP protocol. This issue happens with an Authorization header leak from the same hostname, https-http, and requires a Man-in-the-Middle (MITM) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the EventSource NPM Package. The description from the source states the following message: "Exposure of Sensitive Information to an Unauthorized Actor." This flaw allows an attacker to steal the user's credentials and then use the credentials to access the legitimate website.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 Openshift distributed tracing 2.6.0\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "This release of Red Hat OpenShift distributed tracing provides these changes:\n\nSecurity Fix(es):\n\n* nodejs-json-schema: Prototype pollution vulnerability (CVE-2021-3918)\n\n* eventsource: Exposure of Sensitive Information (CVE-2022-1650)\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* follow-redirects: Exposure of Sensitive Information via Authorization Header leak (CVE-2022-0536)\n\n* Moment.js: Path traversal in moment.locale (CVE-2022-24785)\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-2022:7055",
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2024702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024702"
},
{
"category": "external",
"summary": "2053259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053259"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7055.json"
}
],
"title": "Red Hat Security Advisory: RHOSDT 2.6.0 operator/operand containers Security Update",
"tracking": {
"current_release_date": "2026-06-02T17:37:51+00:00",
"generator": {
"date": "2026-06-02T17:37:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:7055",
"initial_release_date": "2022-10-19T12:55:42+00:00",
"revision_history": [
{
"date": "2022-10-19T12:55:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-10-19T12:55:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T17:37:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 2.6",
"product": {
"name": "Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:2.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.60.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.60.0-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.60.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.60.0-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"product_id": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-collector-rhel8\u0026tag=0.60.0-2"
}
}
},
{
"category": "product_version",
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"product": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"product_id": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt/opentelemetry-rhel8-operator\u0026tag=0.60.0-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64 as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64"
},
"product_reference": "rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64 as a component of Red Hat OpenShift distributed tracing 2.6",
"product_id": "8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
},
"product_reference": "rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64",
"relates_to_product_reference": "8Base-RHOSDT-2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-3918",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2021-11-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2024702"
}
],
"notes": [
{
"category": "description",
"text": "The json-schema Node.JS library was vulnerable to prototype pollution during the validation of a JSON object. An attacker, able to provide a specially crafted JSON file for validation, could use this flaw to modify the behavior of the node program, to, for example, execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-json-schema: Prototype pollution vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "npm versions 8.0.0 and older provide a vulnerable version of the json-schema library. However, it is currently believed that in the context of npm, it is not possible to take advantage of the vulnerability.\n\nRed Hat Enterprise Linux version 8 and Software Collections provide a vulnerable version of the json-schema library only as embedded in the npm package. As a result, the severity of the incident has been lowered for these 2 products.\n\nRed Hat Quay includes json-schema as a development dependency of quay-registry-container. As a result, the impact rating has been lowered to Moderate.\n\nIn Red Hat OpenShift Container Platform (RHOCP), Red Hat Openshift Data Foundations (ODF), Red Hat distributed tracing, Migration Toolkit for Virtualization (MTV) and Red Hat Advanced Cluster Management for Kubernetes (RHACM) the affected components are behind OpenShift OAuth. This restricts access to the vulnerable json-schema library to authenticated users only, therefore the impact is reduced to Moderate.\n\nIn Red Hat Openshift Data Foundations (ODF) the odf4/mcg-core-rhel8 component has \"Will not fix status\", but starting from ODF 4.11 stream this component contains already patched version of the json-schema library. Earlier version of ODF are already under Maintenance Support phase, hence this vulnerability will not be fixed.",
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3918"
},
{
"category": "external",
"summary": "RHBZ#2024702",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024702"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3918",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3918"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3918",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3918"
}
],
"release_date": "2021-10-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nodejs-json-schema: Prototype pollution vulnerability"
},
{
"cve": "CVE-2022-0536",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"discovery_date": "2022-02-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053259"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the follow-redirects package. This flaw allows the exposure of sensitive information to an unauthorized actor due to the usage of insecure HTTP protocol. This issue happens with an Authorization header leak from the same hostname, https-http, and requires a Man-in-the-Middle (MITM) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Exposure of Sensitive Information via Authorization Header leak",
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0536"
},
{
"category": "external",
"summary": "RHBZ#2053259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053259"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0536"
}
],
"release_date": "2022-02-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Exposure of Sensitive Information via Authorization Header leak"
},
{
"cve": "CVE-2022-1650",
"cwe": {
"id": "CWE-359",
"name": "Exposure of Private Personal Information to an Unauthorized Actor"
},
"discovery_date": "2022-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2085307"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the EventSource NPM Package. The description from the source states the following message: \"Exposure of Sensitive Information to an Unauthorized Actor.\" This flaw allows an attacker to steal the user\u0027s credentials and then use the credentials to access the legitimate website.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eventsource: Exposure of Sensitive Information",
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1650"
},
{
"category": "external",
"summary": "RHBZ#2085307",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085307"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1650",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1650"
},
{
"category": "external",
"summary": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e",
"url": "https://huntr.dev/bounties/dc9e467f-be5d-4945-867d-1044d27e9b8e"
}
],
"release_date": "2022-05-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eventsource: Exposure of Sensitive Information"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 3.10 and above, no version of affected momentjs is present.",
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_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": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-10-19T12:55:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7055"
}
],
"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-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:19b497addaa9210f2b2048421a5a8ef1a8748bbb0884af10e23c59473dda544b_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:2089cab411ac3fc66784bacdf080ed6ff51d0a4450cc7f246915e96ed6cf8665_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-collector-rhel8@sha256:9bc1969a7862230282b9f8b902906e51cb0fdb3e3c368579a580eaccaacc7b03_amd64",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:3ed70e814b9458affbf3ad5057a741b9f453095220c6548e2bd2960a6cdf6314_s390x",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:6c35a77e6118ba050a01e0dd5f0f6cca20211ac513cb4d92ae4058f78459610d_ppc64le",
"8Base-RHOSDT-2.6:rhosdt/opentelemetry-rhel8-operator@sha256:74d8fed59e7ed6389bfbf08bd6279b035f18fddd82056f597e6d34ccbb99c865_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
}
]
}
RHSA-2022:7276
Vulnerability from csaf_redhat - Published: 2022-11-01 19:46 - Updated: 2026-06-02 17:37A vulnerability was found in the search-api container when a query in the search filter gets parsed by the backend. This flaw allows an attacker to craft specific strings containing special characters that lead to crashing the pod and affects system availability while restarting.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
|
A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the undici package. When requesting unsanitized input on content-type headers, it is possible to inject additional requests via Carriage Return/Line Feed (CRLF).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
Workaround
|
A Server-Side Request Forgery (SSRF) vulnerability was found in undici, a HTTP/1.1 client for Node.js. An attacker can manipulate the server-side application to make requests to an unintended location when they use the 'path/pathname' option in 'undici.request'.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.4.8 General\nAvailability release images, which fix security issues.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.4.8 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html/release_notes/\n\nSecurity fixes:\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* nodejs: undici vulnerable to CRLF via content headers (CVE-2022-35948)\n\n* nodejs: undici.request vulnerable to SSRF (CVE-2022-35949)\n\n* terser: insecure use of regular expressions leads to ReDoS (CVE-2022-25858)\n\n* search-api: SQL injection leads to remote denial of service (CVE-2022-2238)\n\nBug fix: \n\n* RHACM 2.4.8 images (BZ# 2130745)",
"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-2022:7276",
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2101669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101669"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2121068",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121068"
},
{
"category": "external",
"summary": "2121101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121101"
},
{
"category": "external",
"summary": "2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "2130745",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130745"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7276.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.4.8 security fixes and container updates",
"tracking": {
"current_release_date": "2026-06-02T17:37:51+00:00",
"generator": {
"date": "2026-06-02T17:37:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:7276",
"initial_release_date": "2022-11-01T19:46:29+00:00",
"revision_history": [
{
"date": "2022-11-01T19:46:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-01T19:46:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T17:37:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.8-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"product_id": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"product_id": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"product_id": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"product_id": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"product_id": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"product": {
"name": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"product_id": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"product": {
"name": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"product_id": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"product_id": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"product_id": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"product_id": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"product": {
"name": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"product_id": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"product_id": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"product_id": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"product": {
"name": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"product_id": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.8-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.8-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"product_id": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"product_id": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"product_id": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"product_id": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"product": {
"name": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"product_id": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"product": {
"name": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"product_id": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"product_id": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"product_id": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"product": {
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"product_id": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-agent-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"product": {
"name": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"product_id": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"product": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"product_id": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-reporter-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"product_id": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"product": {
"name": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"product_id": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"product_id": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"product_id": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64",
"product": {
"name": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64",
"product_id": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.8-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.4.8-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"product": {
"name": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"product_id": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/application-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"product": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"product_id": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-image-service-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"product": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"product_id": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/clusterclaims-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"product": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"product_id": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-curator-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"product": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"product_id": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/clusterlifecycle-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"product": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"product_id": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-proxy-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"product": {
"name": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"product_id": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"product": {
"name": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"product_id": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/discovery-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"product": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"product_id": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-api-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"product": {
"name": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"product_id": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grc-ui-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"product_id": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"product": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"product_id": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/managedcluster-import-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"product_id": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"product": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"product_id": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-manager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.4.8-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"product_id": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-deployable-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"product_id": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-placementrule-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-release-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"product": {
"name": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"product_id": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/openshift-hive-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"product": {
"name": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"product_id": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/placement-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"product": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"product_id": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/provider-credential-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"product": {
"name": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"product_id": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"product": {
"name": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"product_id": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/registration-rhel8-operator\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"product": {
"name": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"product_id": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/agent-service-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"product": {
"name": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"product_id": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"product": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"product_id": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/assisted-installer-reporter-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"product_id": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"product": {
"name": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"product_id": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"product": {
"name": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"product_id": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-ui-rhel8\u0026tag=v2.4.8-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"product": {
"name": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"product_id": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"product_id": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rclone-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"product_id": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-restic-rhel8\u0026tag=v2.4.8-2"
}
}
},
{
"category": "product_version",
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"product": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"product_id": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/volsync-mover-rsync-rhel8\u0026tag=v2.4.8-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"product": {
"name": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"product_id": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/work-rhel8\u0026tag=v2.4.8-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64"
},
"product_reference": "rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64"
},
"product_reference": "rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64"
},
"product_reference": "rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64"
},
"product_reference": "rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64"
},
"product_reference": "rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le"
},
"product_reference": "rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le"
},
"product_reference": "rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64"
},
"product_reference": "rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le"
},
"product_reference": "rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64"
},
"product_reference": "rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64"
},
"product_reference": "rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le"
},
"product_reference": "rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64"
},
"product_reference": "rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64"
},
"product_reference": "rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le"
},
"product_reference": "rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64"
},
"product_reference": "rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64"
},
"product_reference": "rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64"
},
"product_reference": "rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x"
},
"product_reference": "rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le"
},
"product_reference": "rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x"
},
"product_reference": "rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64"
},
"product_reference": "rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64"
},
"product_reference": "rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le"
},
"product_reference": "rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le"
},
"product_reference": "rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x"
},
"product_reference": "rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64"
},
"product_reference": "rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le"
},
"product_reference": "rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64"
},
"product_reference": "rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x"
},
"product_reference": "rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64"
},
"product_reference": "rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x"
},
"product_reference": "rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le"
},
"product_reference": "rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x"
},
"product_reference": "rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x"
},
"product_reference": "rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le"
},
"product_reference": "rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.4 for RHEL 8",
"product_id": "8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
},
"product_reference": "rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64",
"relates_to_product_reference": "8Base-RHACM-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-2238",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2101669"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the search-api container when a query in the search filter gets parsed by the backend. This flaw allows an attacker to craft specific strings containing special characters that lead to crashing the pod and affects system availability while restarting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "search-api: SQL injection leads to remote denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat Advanced Cluster Management for Kubernetes (RHACM) the search-api component is protected by OpenShift OAuth which reduces the impact of this flaw to Moderate. Access to the search-api where queries can be submitted requires the user or ServiceAccount token authorization with a granted access to the resources and managed clusters.",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2238"
},
{
"category": "external",
"summary": "RHBZ#2101669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101669"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2238"
}
],
"release_date": "2022-06-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
}
],
"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": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "search-api: SQL injection leads to remote denial of service"
},
{
"cve": "CVE-2022-25858",
"discovery_date": "2022-09-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126277"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "terser: insecure use of regular expressions leads to ReDoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For OpenShift Do (odo) product terser is shipped only for using in static page generators for upstream, thus this represents no security risk.",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25858"
},
{
"category": "external",
"summary": "RHBZ#2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858"
}
],
"release_date": "2022-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
}
],
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "terser: insecure use of regular expressions leads to ReDoS"
},
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
}
],
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-35948",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2022-08-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121101"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici package. When requesting unsanitized input on content-type headers, it is possible to inject additional requests via Carriage Return/Line Feed (CRLF).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: undici vulnerable to CRLF via content headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35948"
},
{
"category": "external",
"summary": "RHBZ#2121101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121101"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35948",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35948"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35948",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35948"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-f772-66g8-q5h3",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-f772-66g8-q5h3"
}
],
"release_date": "2022-08-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
},
{
"category": "workaround",
"details": "A possible mitigation is to sanitize user input when sending content-type headers.",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: undici vulnerable to CRLF via content headers"
},
{
"cve": "CVE-2022-35949",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2022-08-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121068"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability was found in undici, a HTTP/1.1 client for Node.js. An attacker can manipulate the server-side application to make requests to an unintended location when they use the \u0027path/pathname\u0027 option in \u0027undici.request\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs: undici.request vulnerable to SSRF",
"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-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-35949"
},
{
"category": "external",
"summary": "RHBZ#2121068",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121068"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-35949",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35949"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35949",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35949"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-8qr4-xgw6-wmr3",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-8qr4-xgw6-wmr3"
}
],
"release_date": "2022-08-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-01T19:46:29+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this update:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.4/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7276"
},
{
"category": "workaround",
"details": "Validate user input before passing it to the `undici.request` call.",
"product_ids": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_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": [
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:32c9fc3270f92f52be7a3d6479cdca9627c4b2be5f37a4ffb5854547558d01f8_amd64",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:8ae58edede22501d2651155da21fe094ce1997db8d8c7ee260585d022bab978c_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-grafana-rhel8@sha256:d947f131cf3527bee24fde95e9578eda977272379a1b9b25bbffced0b7ab7265_s390x",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:10f91c9e714089b291330d879bd6f08531eb5e567c20e5b40dfe8effe8fcd6a2_amd64",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:4907fefef6d2427d07962aae5169792f65d1fd8f3f3c429601eb12c0fdb33dd9_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-must-gather-rhel8@sha256:82af465c0a9a6ddcee4b6f783220713883168d893a5c30e3d20ecdd1f7bd9212_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:00a4bbaf666fc9e26859459a2ce30b92e02aa93c9873904f6d1177f135c369c0_ppc64le",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:4e94fc7c80275f1b8f493a7cbbab5a9f39f8a7e031c1b6680862bc6bff0cab09_s390x",
"8Base-RHACM-2.4:rhacm2/acm-operator-bundle@sha256:c8f64cdaf49247d26449e5012a0b9d6bcb3ccce53a2881c92a05f0de8306d343_amd64",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:7310607371b23fd401dd11a4d8f169cef64334a98791ee681a8e51dc4aa40bd3_ppc64le",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:ae7845898166d8cdcfe2f49d9c4200aaa0a448f8327c1d9568a18b2640c04603_s390x",
"8Base-RHACM-2.4:rhacm2/agent-service-rhel8@sha256:d9c728866e1157b778230104de59f23a259defb918b3f414c6278ec9e95d342e_amd64",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:2f1b3dc0f1d9283f24b6f898afda438d132e983df4442b8929d4a396083474dc_ppc64le",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:b444dc2df0d109616ea92fd6b321ebddb7f8063e88e771419103433002f385e2_s390x",
"8Base-RHACM-2.4:rhacm2/application-ui-rhel8@sha256:dd107ca4320aee4d2013d87122aa31714a4b3501118ad492e3ee3822006e562c_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:0ed96b5d322932db657a64014496c1f1563de9f21f049becd59b86d976caccec_s390x",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:7dbf8df5f88923a7db313f88c58e3c5e89437c5960b6f799cdfc84464ee9cffd_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-image-service-rhel8@sha256:ed2204b626cbb894e65c1fda7b586fd30f549317b01373760bd8658d1ee340e8_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-agent-rhel8@sha256:052b87af33c5dd5592f6db7b201e659ccf28e032c694dc79980895d1c35a15b0_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:07186a9834372812fa53960b64389fbb3fe38bf26c9afaa962600250be8f4e5d_amd64",
"8Base-RHACM-2.4:rhacm2/assisted-installer-reporter-rhel8@sha256:6770b5d671bfc7dacf9530357e8009d3536bf9a3b5138adfca7a514433f7bf2d_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:32d927f22fbc42c1dca7875d3e757bcf30fa70f52810eebc94a406e54a80fb48_ppc64le",
"8Base-RHACM-2.4:rhacm2/assisted-installer-rhel8@sha256:c425f828749fd87ba2d7c3895ecd97b75c0266158de71d2ae4ad80b886eb8e19_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:01ab599a419096a0552709adf5358e76265a1b638839ca049b6bcd13c9bc98ea_s390x",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:c1e1092e74ec93df9b34e5d625305ebf7992a9fc574e083697f482555eae5d4c_amd64",
"8Base-RHACM-2.4:rhacm2/cert-policy-controller-rhel8@sha256:d533bcea3145211d2aa43eb8c445d16d281684c9f56b32be0acc7dc91887668a_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:1226ade84292cd94ded87275fab0541f9951b18b1237581c9d7a0548f14d1e43_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:821b1abfe1bdec20194a8dce46dfce6e55c6afd02dc061f41d0ad408759204a5_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-backup-rhel8-operator@sha256:cb0559f03e1c60c31e77376a3b936cb8a35ad6144841549018e5ba274ecd7933_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3bb13f7b9de884457d7ed0891bb6e46e903d578bbb61da5b016f48adeef9f113_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:3cdcfad670f528b7d2c252b2925ecb810c3c844e8d92acd8f7d4768f3b8a9ce1_amd64",
"8Base-RHACM-2.4:rhacm2/cluster-curator-controller-rhel8@sha256:d3d3b15908ee325dcb3ac2a5d270a153ae0f8e78736869f016d72dbe62190c86_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:191c9c280d15ff65d206ae94e038c6feba67760b6feae354986cc42595a93e89_s390x",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:32b53f5aa5b5d1a0e68b5cc08ad215fa5ea91659f6ad01ac3f1b88940dd5ed9d_ppc64le",
"8Base-RHACM-2.4:rhacm2/cluster-proxy-addon-rhel8@sha256:50e074e4c8baf582b886727fe5180a12fcc0a5a3da1d02996aaacb8c225e08e9_amd64",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:657aefd5c78386b25793c16a98545b2597c5a0899622990043f68a9f41948b72_s390x",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:8db5e24ee30847921173ae3050bc2e0aaf07b9decaeec5f043bbbd8aaa8e1cfd_ppc64le",
"8Base-RHACM-2.4:rhacm2/clusterclaims-controller-rhel8@sha256:ae1d3dad661df287febbce9cde877caac3169a07cfbfcdd020689c4e9bed56b7_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:5f480578f5073fef7f65801e7f845e6a3045b8fa1d1e6cd4d5e64bdc3ce8e007_amd64",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:d2c5474848a1202fb7eeb2e08632707d32b965dc273317bdda10d5c01b2e2593_s390x",
"8Base-RHACM-2.4:rhacm2/clusterlifecycle-state-metrics-rhel8@sha256:f86978425427d65f6c2c42d374c16ed50e28be8983d1a6acc6eec5674d576fa1_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:4ae9b19f779bbfaefa1fbe50f73512b08b6e9ab6bfb70ada6f2a42153d5dc96c_amd64",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:ef2202eca66b28836ed657b0dc65b49724a29a29fb8cd0f1069a20cb86115848_ppc64le",
"8Base-RHACM-2.4:rhacm2/config-policy-controller-rhel8@sha256:f067e7433dc6f4d7c31010a970db5bf676caab95fd6b1a12377ad7337a65ed5e_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:a89a6d67f83f83b639d1c00acaec846add6c4e4f9a975f38068c30911e686a2a_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:c1ab80e820de59acbce7b35764af0a4d3a81a07a63f8ec238dbbb62ed103d200_s390x",
"8Base-RHACM-2.4:rhacm2/console-api-rhel8@sha256:db4689522168982655615117f4321abfdf250bbe868817fb3fb68ff7ca93c961_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:13dc1e39c172f23f5a0731f7754211ecd8d9fcd64ca4d037c5f90c7e2197dc98_amd64",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:560d05a7239ae1e70083fea16eebe8fbade8f23ad0f5e5a9d13b82630b5889a3_ppc64le",
"8Base-RHACM-2.4:rhacm2/console-rhel8@sha256:794f5eb53a3cc9e2c4f23a9ac24e40f41af362a1eae6c9bb1ff316a2db613756_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:4bde8f661f7feb27ccc21224ab7363bf67e4b7e245acc627b938b10892e5a948_s390x",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:9b199e70daa25f20b84aeae6f96df3114823d0cb53064160cd229dbfedf39277_ppc64le",
"8Base-RHACM-2.4:rhacm2/discovery-rhel8-operator@sha256:e781e3485395e7aa927b6fc75de0ddc24218151aaa87d29fe8ffa91c3ff5d6ae_amd64",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:37fb13575e208ddd4dfc30d2d0dcd6fd28a1048f79c73246aeb71664bddd3978_s390x",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:70461fa79041832d5fdefb39f4bab18c3cad47f155ef38c346362a6d8e63bbe0_ppc64le",
"8Base-RHACM-2.4:rhacm2/endpoint-monitoring-rhel8-operator@sha256:fbdc73eb20270cbb8002d22c8f10a461ac73cd78b937ccc730961d4985e0df9c_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:411fff327b55318320df08fb092385891435d2addbe3d28c72e90531ce9eda30_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:a7266160ac78ef496abb0a6203f60633523836a6992de453a58dca0ecb744d9a_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-propagator-rhel8@sha256:dadc81d2fa4d258becac24a8fe3230c73c5b8f2646d4c579189d154ae18953f7_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:2d0459d9280c3dbf7ed426e06a262a07fc59555b6853fff3c209f472113513fa_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:8a65336671b021e9c24e72f363f64da1d8826af4ffb8c0ee8a698746ff8ac513_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-spec-sync-rhel8@sha256:97fbd15ca9079f07e4c5e31f93d41e699ac195b94134bd95648a5882e8588089_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:5bfc9a8a4c73bd57395e8a7a2b0113beef584fc08dbcd1f07ec37347310e1d57_amd64",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:78b1424c742b1afef3409978a2c7372b0b3fa457b0ae2dc014db484f29cdebd0_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-status-sync-rhel8@sha256:a985b9f7f02f7042c15b95c5fe488061c64d999d266e56baef5d40a3af2e33d5_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:3c1b100b6bc6ed1e8d1185b70ca290aab40b570d1a4ad2ea5ed68695be2dfb66_s390x",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:c58f2468c536527de1c669c0d851646ce30bdf00a303b42483a9425c30deae99_ppc64le",
"8Base-RHACM-2.4:rhacm2/governance-policy-template-sync-rhel8@sha256:f4de01d657c806a58a2145434e0e4ab81a9f58b701fcd2265bf9b9ecbb47214e_amd64",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:95dad2b96982c6269cbcee84592182f6dc5e68023ef70fbb187821771234c6c5_ppc64le",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f62b16acc6b95f0efa4ee36be66a7f7e07484402fc4aa15bf2560ed3f5caead9_s390x",
"8Base-RHACM-2.4:rhacm2/grafana-dashboard-loader-rhel8@sha256:f80a6b990a90e8b91d702e2021af913f30a04787fea0402ba87c18fec15ddacd_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:18ce7de3ecdb08ce0bd06f3a94760133043bf881c746e448798c1836fea1b263_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:325638ba1cb87b85dac0c3e2eb483a6f47daa58304ed361679c17c7c466d2d06_amd64",
"8Base-RHACM-2.4:rhacm2/grc-ui-api-rhel8@sha256:602dfca08e34fc4f161c8801787d689210ac28cc220920bd6a35dd54d4da3a46_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:01146a816db0a7f0c3facae45b6f45df255e94b45224f9c56a63a58566b46dd6_ppc64le",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:8949998bedc18fea3441d36f1b9bf0e0109ed24de760c2313c485620e8e9f676_s390x",
"8Base-RHACM-2.4:rhacm2/grc-ui-rhel8@sha256:d2d4f6caeae99f6fc67a05e10a70857e90187e18c46f074a320579336137b057_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:0224a2a5f214b8142022807e983aebbed991ea45819bea4c051e85849c268029_amd64",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:11a7de8cbd1b8a1e5a44442b8f9e9a5d72f5f05f37073018ce70e48d20cc3dc7_s390x",
"8Base-RHACM-2.4:rhacm2/iam-policy-controller-rhel8@sha256:54ae484fc62d6f6f80271d009f0e6dc963b6678c610ff50e9a296d4a7bb14fa3_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:60dd186dd4f2b5b5443fa07bedc087021e86c6d896527b1886b5618b891f458c_amd64",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:9710f8f87446f09d5f15c913cfe4134303d5745a52b7022d65a64b8d2bc454dd_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-client-rhel8@sha256:ff35a1cb8910086d4d3b8e1a96cc9ac0898c8900fe5fc4f675816201bb08f9f8_s390x",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:3cb1a7d1ea2f68c7b99764684b536ea32506c7f3bd22e44f6eb801dd006fee29_ppc64le",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:50adf0d0db4d45b9d18ca32aa0d78759cc83cc2ec47dc306375a5ab58490e751_amd64",
"8Base-RHACM-2.4:rhacm2/insights-metrics-rhel8@sha256:73b18032050b14d3d934bffb75881cb957e319a98060aa04390c5876c8eafa2a_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:95a3d244961b00d485d39122d56e63f6120aae7bdbbf0b120ff3686262c995d6_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:a3f7d4b70597922604bb0b17e540086e2bab161d78926ee4aca4b18a96285307_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-controller-rhel8@sha256:e7799ebaabb94643651243fe3ccb2f4d797d27eaf1d6408fcd821b96061f8c21_ppc64le",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:4056c6c032d3b68d31f5c151035fbf1879ab92c857d1b681717fd413cbcb504e_s390x",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:c9145f2ece733429ebbf1fd685d74fbd8c93004c1dcc1cc3b3bbc8d909ecb601_amd64",
"8Base-RHACM-2.4:rhacm2/klusterlet-addon-rhel8-operator@sha256:e76355950fa88ff3f061b323d1825236f7eff0741067bbcf9ac41bf321577aef_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:10ddba0bf37b616c569f277a29a9b25b282d8df8472a702705e742948b718d54_amd64",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:42ac4c568338a3618452d739372dd7a64ec1b64839107c09bb3d650a75e3a8f1_s390x",
"8Base-RHACM-2.4:rhacm2/kube-rbac-proxy-rhel8@sha256:7eff13e65c57d60f9dc2f34aa2cdfa04bdeafef231a3f325cbabc08fc6a2f5ce_ppc64le",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:89ed9e849531c4c4896f3d0b933faeb09f28d93228b21e13830cb7317818a082_amd64",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:e549b9d8fe3b7c5b3011af5d5cb8301939804f5212845e48e8dd130af155d106_s390x",
"8Base-RHACM-2.4:rhacm2/kube-state-metrics-rhel8@sha256:fcce95855a894d74c5b3a096dc327b873dab7bed08c8949133d87058ab1ff402_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:4d3c2da2a105d6053248b2b4f5cd9850d61050ac5df82d1ebd787f9ea7ace86a_s390x",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:96e2a59d704e9395690bb948b562a74d793a7ddfc7ac0bb688af9934ba55f0c4_ppc64le",
"8Base-RHACM-2.4:rhacm2/managedcluster-import-controller-rhel8@sha256:a92173aff85efe0c92313db2017068fa060d8a08d8867d515ece15bede4f5b15_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:231c1c0729f21a86fef11c73c79c1f0e52214a39d3ca755a66c1d37dd47087f5_amd64",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:2cab079a51e86f0365151707ef6efb93d4cb4bfdc2c0a450d83437f364e2425f_s390x",
"8Base-RHACM-2.4:rhacm2/management-ingress-rhel8@sha256:6ec2c28c574f945881e07619e6fdf0e12bd66d0d2fc5bfaed4c49061b70a57c3_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:3b6c371f99e63f1d2844d0956ce256d063535be11c4819d4be904312753a3825_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:9bed178e476034fa1e036b3001773bd9b200a2025084676e20f7ca5d72c7350c_amd64",
"8Base-RHACM-2.4:rhacm2/memcached-exporter-rhel8@sha256:a11feedc184f76ca7e873577931e447105f0b4fec82dcbdd82510c64604fcdeb_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:04d4d7b843498a216a71e4f9d071d859ee5fd020f8bcc20645a8bf46a9d05916_s390x",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:4910556b7029dc686efc6ba1388366c1ec271aa9fc4a621bbaac26740219e7c1_ppc64le",
"8Base-RHACM-2.4:rhacm2/memcached-rhel8@sha256:6cf1edeb07e6fa79a1e4d66341f72e5ca45cb7fb7fa88dc491e48a23b768d06b_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:0640b7b591fc721c4eee8b5d67e581169e7a9732eaad14f9d2db5e9421d2f216_amd64",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:06c48e218435f19aecfddc15fa3b082432dae00f12209018c5b443e8a6679959_s390x",
"8Base-RHACM-2.4:rhacm2/metrics-collector-rhel8@sha256:bcbb98fd2f4dfe1471749665671eff239a691fe9fbb03fcc60afe69ab3b2457a_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:381f1a513edf9ab366b92a4a03deaa09de8f96b771c86927521e63487112db5d_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:43bffb986bbbeb7e8e7504f00346545170af01b52a0d33a3bdd3af18f12338b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-integrations-rhel8@sha256:4d42793b8e1d5e642e0ef1271e5d1a0bedbbfaa61933558c412fd03d21b36471_amd64",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:6bcfb3260612e0e7cf4833c6a4f873c97f35a02ca14d289fffe57fb8cc5e16ab_s390x",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:afc2691efb882c5c07a0d24365bbffcc44153cd3243aa70d211db9a6cb57e19c_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicloud-manager-rhel8@sha256:e5b5979f55142cc57518a8c6e66b90a4e766c3d0e8f2f4493771d3ebb82d2f7a_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0af0aca479f6670b562882545d4d542f7a068aed2355bb2bc8888343b902f2cc_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:0f503a808655cb8382e1351e1810b3a575db54f9b425637a65e6743daae0e479_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-observability-rhel8-operator@sha256:46235794f1c8e7bee3b35f95a0c1b4cce1d70987b48d55925eac4d2c8d1d8d6d_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:02209b7ccb537ae084018512da601fd3363c33010d10f5e81adce294a5a08a14_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:6531f1b08dca544cb1183b1a77a6c15b87cf38c55c9f56827de3eb0c83d1cf5f_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-application-rhel8@sha256:bdf6d43ec634ef72329283856095a4001cb9ab53aabb3080b3b5385113d8bcd9_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:36f9d01e67fec70a5a1641a9b2c5862c6ff09d0dc9ed914df0b9edf3798747a7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:bfd0c333e8a5f834f2eec948209da932f03378b3cffb7091524cb3496675418c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-channel-rhel8@sha256:e09f809361c6a1c99f28bd149a3551cec5ed1583507de180fbcb91c509847748_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:21405730da41f7189a30727067c655a88a23ba7dd41d13d7d7a842699ea3afd6_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:4cb6adb16bca8a109b1171904d79c6867225aa7cb53f2ea8e8f028de40f130f7_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-deployable-rhel8@sha256:5fc90e808d20d2d47cae5fd908940ca30adc06e7482c3cb077b024d79c8e7e65_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:27d9be23e6f81da2ee3014a8eb1704f7d97dcadd7a2ce8a4db48b7c50a1f562d_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:3daafd5ca233b3733bcfe324e8cd48a9791a8018d2f4bcf0254c3ffd3f11a63c_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-placementrule-rhel8@sha256:a69ca5d013a9f8cc0a1e7b45e96c2f7cb31a8232661643185bdedfc0f458a177_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:7957e99ea9d2b47fca9d6e3fbc34bd6167aabe370560e110208cdbff2a2e6b3c_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:ab6467e71011c4fe3b19ce7ac00fb21ac19027804b5c0119c6b09a951ec2c159_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-release-rhel8@sha256:d8181ce21267cab606a92813fdc846d2521fbb01c15b644bbc956b75d5100c57_ppc64le",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:3de848f189c7875b263bd12f964b1b4b30ad0a371eb0ed106565071c5778ac3d_amd64",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:44930d8d286e0db009dcbb44b26c630ea5fe430ccd65fc9404129a56be220e0b_s390x",
"8Base-RHACM-2.4:rhacm2/multicluster-operators-subscription-rhel8@sha256:d283946f7809b448300c090469ede2fd2e111e9a65f618a296e6a68f5d014bfa_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:929a19ecbd80f0c928b9b7e1852fb00f5fc683c575f53cc12ebeaa5c3d4a3cab_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:b561c4a50c6fe526e38ecd5dabc51c1a788a31fea5eee3319455c0ddefbc6a99_ppc64le",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-repo-rhel8@sha256:c53145190d2fb3c27bbb030311142d214bdc27530a75a8f1c0da649909e197ba_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:02b7f62bebb81cd3ea5806c136d204eb22875c3175ebb14086304769393dc6ea_amd64",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:0689509be38d8a05d20accacbd8d6a3f1e42cb11f1716accbc1edd2b26940ffe_s390x",
"8Base-RHACM-2.4:rhacm2/multiclusterhub-rhel8@sha256:7a6b528d838f360ecdb3972a408dab5291e09ec0cc19f804d847fd159a389d3b_ppc64le",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:1c683214b7e1495b8652a7936022366623ec9ef8774c5839ef21e837baa998a2_s390x",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:917cfba6fde327672eafd1061f4d0b5eacf330d66d0d57ef8817b220f9eea6ca_amd64",
"8Base-RHACM-2.4:rhacm2/node-exporter-rhel8@sha256:d6511ec34861a4a8bd71a6392fe22d1f8484a13f8a6917de1f5045eeaecb5c87_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:cfa543ad763ffca3ad08d1b0ab587a4bc54b81434cc0650a12d3f4623a3f072a_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d066c2db98c462ce2bdfd5396a8615d266f52ed8546bf517ef0f4804048fc194_ppc64le",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8-operator@sha256:d8d900499630908a22df80f63b14b97da9148d1dd41f3ea835315e7912e8cc1e_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:07c1b4d516e009581e4ec6e10aee5a3ce96d7b5a96f523846532624803e593cb_amd64",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:ab7c977e16bee222741ecaaf33ef1c5f977eaf27a0f8cdd7ee6bdc3e39889e14_s390x",
"8Base-RHACM-2.4:rhacm2/observatorium-rhel8@sha256:b3f85ad78513226ccbb285c5f69c3d4f06e5491e4c4b526c5a91e40ce801e176_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:0dd971bac05d141385773016abe71e4cc9b5dc0ebaa0c30578700e57baca37f8_ppc64le",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:3f605c23c7a788a89dad1835bccbfb7b5760cae399d1e1e153837065721c8879_amd64",
"8Base-RHACM-2.4:rhacm2/openshift-hive-rhel8@sha256:865b5e310d3742a7e4b700fead0249ead9241c8db359250eb6c0ee72c7d2b736_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:48d59b9edde75f28f9c155ae7ae8fc9e5be5129af3514fd963aa2152a2383c67_ppc64le",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:8e89fff487590986d0c27c458019fddae9acb7b66a9c50920c3d0cce31a7153c_s390x",
"8Base-RHACM-2.4:rhacm2/placement-rhel8@sha256:bf8d218058c60fdf97de628dd1ae4088791235976430d434676719cb0662c37d_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:080146c562f1cc7e30debb259feb0a6a9fbc30acad2f1e5b7a5a477e820e26b2_s390x",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:1101e21827ce2bc938c35e6775a9c7504c83c1afecbe75de3b61377ffcd9d816_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-alertmanager-rhel8@sha256:d8d09933a8b39aa964edcdd0aa0c5696089d28140c7a483d51767e211c9694fe_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:69f92cc65e890baf48fbcf3617feff86795a5917a6340977daf1e9903b0ff84f_amd64",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:756452044c7e82d1dd0df012a09f67265aae67910ad688098a2a91b81d624e93_ppc64le",
"8Base-RHACM-2.4:rhacm2/prometheus-rhel8@sha256:ac7ab93692b918497f6779d8e1a40ad2280b6ffab4beaff0d0f2e63946c52cb6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:0395e1c3ef80301970bba9f1cc3611a4c3e8e34aacb292fcda02661a72fb271b_ppc64le",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:69701abfa8b1d743dca559f6a9faef7a9e1600b3c401b3b9d8518c5d730a32d6_s390x",
"8Base-RHACM-2.4:rhacm2/provider-credential-controller-rhel8@sha256:706c31bfd2a3fea8bc2daa5f2c5cb72bcc88e9589530bc1e9e118dfedf65565d_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:7f0846467d8ea8d0b8c7a5aa023826d7714b06982b5b8e75797960f844d97442_ppc64le",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:89081393a8362f80ec2280f0da220a9909b5a2ea08a6edfe21a8557621c94c8f_amd64",
"8Base-RHACM-2.4:rhacm2/rbac-query-proxy-rhel8@sha256:c54bb112e665709bb966df6ac4f77a2c8281a3984ed253fc661c51513c2589e4_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:3924195f987335c19b8b07d79e0c222568755631f63a656e63fa2d29b40b455e_s390x",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:afb8138b77933915fe30332a7a5eaec37a50d6cec94b6950ae2c3e87b940ac9d_amd64",
"8Base-RHACM-2.4:rhacm2/redisgraph-tls-rhel8@sha256:f0fd6b2a46e1fe8cfc61150767f5c48bf0e4c069e0b902425e160acfb64270fa_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:2ca23c45ac824b40380749dd8761462789a16bc300df416f61deb5ed968d0f6b_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:487a8068b02826d51da0b51e440f937d45c40ad3659097e76c1f86f40644e774_amd64",
"8Base-RHACM-2.4:rhacm2/registration-rhel8-operator@sha256:c2a698340e579c82cfec299464237e8c4db6f6fc459de0059d1adf0a4a7285cd_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:73a0aeeb2cd4b03854d09004a6b0291a8a900ba663650a82523fb08e2b3dae72_ppc64le",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:87a9de7b19ac2f6af88cf6e20a6630316bd1fe93ac555af909232d7bbb75c228_s390x",
"8Base-RHACM-2.4:rhacm2/registration-rhel8@sha256:f9871e12259fa2b0deb75abb0a9852fc8eb6ca6e66e920e63f5b7cccc038db64_amd64",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:929d1920c402cad85b6b1087cf9fda85b462ec47863b4fc4484989bb6dc446aa_s390x",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:ccb7fa3acc502999a374376ab1918fe5957800f779d5a03a7ca544e6ae06cc7d_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-aggregator-rhel8@sha256:d9d949342640ac7e3a6cdf49e8885be1da6b86cd4f2c5a019861b3d335791f49_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:678d932ddf7f29f9ae59abd93555ead34799f188feee00f1ebb3d7f428189402_s390x",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:e5ddbd08d5687a13af236a5b1980f845d470ca57e4e095e0ea8e379c8d5c5a5d_amd64",
"8Base-RHACM-2.4:rhacm2/search-api-rhel8@sha256:faf1fe6ddaf8f67bdacb41c084e95a7b429cc34bec3285955b1ec672f11774b5_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:07a4dc970b86785e6845d4c7aa0824321452d19fea25052993a85de47df77703_s390x",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:28e8d1d581292ced33f8e7126441b7a00aba07677165642a26bc2538418ffb41_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-collector-rhel8@sha256:549dc362d7dc08564fa8d4062d6b20ab43034d16e53265eab5af4dc004a8fde7_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:7968d82d6eae8e9381a414a0c0074c7d6a9883bc17e5a120b920cc010e89f95f_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:b698be80268aac47cd50fe7e2f626399e546ba7ae1ac456133d014e32c955ed1_amd64",
"8Base-RHACM-2.4:rhacm2/search-rhel8@sha256:d2ff9a230d66ccacb5d6cca873008ba8625968cbc377c5feb405de24006c1db5_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:4a566ae4eb6e2200abe26d6915e50a6acca0626c5c5f192360aad67a2c09035c_s390x",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:9092b0fdc4a0914a76795fe1554767d35dd1e9497b985095c4a3a816f84afeef_ppc64le",
"8Base-RHACM-2.4:rhacm2/search-ui-rhel8@sha256:c13c9e3b4d570903ec57ea46930580db37459b4374294f23defa67d05b3572b6_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:66aa4ecd457e9916ea6173f6dba10f98b077be93ebced7b67c52859b394e2a74_amd64",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:f2995ddf6d561e3777f4510d51b8e60fdd3aeacde356c36e942bc18d7ffb11d0_ppc64le",
"8Base-RHACM-2.4:rhacm2/submariner-addon-rhel8@sha256:fa61f4ec40c137ff16b932f56ef2afe1d2dfe52f636d1718f078e4dc56591246_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:55e0fd04826b065eaa990031ce8b110c021299dee72b432f66f743f01d1d8228_ppc64le",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:81b27dad3f889c0afccc2786b1107bcabe663b1547ff676afb6d41bd65f24b28_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-receive-controller-rhel8@sha256:f72b05ad3ed690c6f70d8c2ac9754d33d334e234691b088ff7ac9540ebc784e9_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:08d271440c91e7d28083c20cef01f4b3cdb97c2deb57b0da16bef9486fff49cb_s390x",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:eca9e75f1a70ed57a925d1258060dd07b68e957a83d0d88cf878f8050a1a2d89_amd64",
"8Base-RHACM-2.4:rhacm2/thanos-rhel8@sha256:f31eeaf789871dad496206cc5df1ffd8b53fee60e135243f6519c40ee20b6572_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:08dfec54406c5e17c0a4c174d3451d9e3b4c8e480cdcde0941bc2e0017cfc171_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:62c0f5a2e29f6d2c36d01d973c720549a3a94ad9f3ff0ae3e820421b25ba63e8_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rclone-rhel8@sha256:7ff3dda6f4d5cf7a8cf66ac984ba9de6dee43510044293e07a5df8f3bd60c3b7_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:24579a26ad25e2ce0ce15cc02984fae41430fb1a33062b31dfb4aaf564743088_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:429d6bc589da7813f82d780bf94dc69161c2efb61f2198e471689daaf9dbc013_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-restic-rhel8@sha256:a61e18b5156b300bfa450f873891ceb2c966455b7136ced295c5673ee2d93288_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:1911b33c916650a025e65f91aac5c921c6519558cbad622d95e5fa2bd3c91b02_s390x",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:42ae799d386d45fcba18b7a00a8618badd92c39e5aa7fedf5dafe2935a00138b_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-mover-rsync-rhel8@sha256:4c11352c9902cf392e0807cf87766c1816a983412e6887364ef85e9519c5331b_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:427cc373a77bd38b83e2a07b484f8276134839fafe7d475747c75883c9949705_amd64",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:667da6d4c2930947864a9317de8f551185f7463cbcd3dabf9b9c38bb5abe239d_ppc64le",
"8Base-RHACM-2.4:rhacm2/volsync-rhel8@sha256:91fb4f76def407e58e583e369cdd1be5ac2c8be86e3a1b3102258483520bb582_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:0665de24947b6f71e0f42784f279292b00d6a02b070bbc6fe80fbd9319208712_s390x",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:14460282e660a3f239b503414d8b3a37dc7c68b2c9b3a6764ec2140aa0819fbf_ppc64le",
"8Base-RHACM-2.4:rhacm2/work-rhel8@sha256:9481490b72e6cc4ec6646ac29ab3fea3a63bbd6f6bd6ea1ec1fe8f8af09e2646_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs: undici.request vulnerable to SSRF"
}
]
}
RHSA-2022:7313
Vulnerability from csaf_redhat - Published: 2022-11-02 14:05 - Updated: 2026-06-02 17:37A vulnerability was found in the search-api container when a query in the search filter gets parsed by the backend. This flaw allows an attacker to craft specific strings containing special characters that lead to crashing the pod and affects system availability while restarting.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
|
A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
|
A flaw was found in sanitize-html library. Insecure global regular expression replacement logic of HTML comment removal could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
|
A misleading session regeneration flaw was found in passport. When a user logs in or logs out, the session is regenerated instead of being closed. This flaw allows an attacker to use a previous session in particular environments.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.6.2 General\nAvailability release images, which fix bugs and update container images.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.6.2 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html/release_notes/\n\nSecurity fixes:\n\n* moment: inefficient parsing algorithm resulting in DoS (CVE-2022-31129)\n\n* passport: incorrect session regeneration (CVE-2022-25896)\n\n* sanitize-html: insecure global regular expression replacement logic may lead to ReDoS (CVE-2022-25887)\n\n* terser: insecure use of regular expressions leads to ReDoS (CVE-2022-25858)\n\n* search-api: SQL injection leads to remote denial of service (CVE-2022-2238)\n\nBug fixes:\n\n* ACM 2.6.2 images (BZ# 2126195)\n\n* Infra MachineSet Replicate Taint (BZ# 2116528)\n\n* Work agent panic when apply the manifestwork (BZ# 2120920)\n\n* unexpected difference of behavior in inform policies with lists of apiGroups for ClusterRole resources (BZ# 2130985)",
"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-2022:7313",
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2101669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101669"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2111862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111862"
},
{
"category": "external",
"summary": "2116528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116528"
},
{
"category": "external",
"summary": "2120920",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120920"
},
{
"category": "external",
"summary": "2123376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123376"
},
{
"category": "external",
"summary": "2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "2130985",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2130985"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7313.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.6.2 security update and bug fixes",
"tracking": {
"current_release_date": "2026-06-02T17:37:51+00:00",
"generator": {
"date": "2026-06-02T17:37:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:7313",
"initial_release_date": "2022-11-02T14:05:53+00:00",
"revision_history": [
{
"date": "2022-11-02T14:05:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-02T14:05:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T17:37:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.2-44"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"product": {
"name": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"product_id": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.2-18"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"product_id": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"product_id": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"product_id": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"product_id": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"product_id": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"product_id": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"product": {
"name": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"product_id": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64",
"product_id": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.2-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"product_id": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.2-44"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"product": {
"name": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"product_id": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.2-18"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"product_id": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"product_id": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"product_id": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"product_id": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"product_id": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"product_id": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"product_id": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"product_id": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"product": {
"name": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"product_id": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"product_id": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.2-7"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.2-44"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"product": {
"name": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"product_id": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.2-18"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"product_id": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"product_id": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"product_id": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"product_id": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"product_id": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"product_id": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"product_id": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"product_id": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"product": {
"name": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"product_id": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"product_id": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.2-7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.6.2-44"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel8\u0026tag=v2.6.2-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel8-operator\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel8\u0026tag=v2.6.2-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"product": {
"name": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"product_id": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel8\u0026tag=v2.6.2-18"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"product": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"product_id": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-spec-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"product": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"product_id": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-status-sync-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"product": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"product_id": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-template-sync-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"product": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"product_id": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/iam-policy-controller-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"product_id": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"product": {
"name": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"product_id": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/management-ingress-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"product_id": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel8\u0026tag=v2.6.2-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"product_id": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-repo-rhel8\u0026tag=v2.6.2-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel8-operator\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel8\u0026tag=v2.6.2-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"product_id": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"product_id": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"product_id": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel8-operator\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"product_id": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"product": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"product_id": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/redisgraph-tls-rhel8\u0026tag=v2.6.2-5"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"product": {
"name": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"product_id": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-aggregator-rhel8\u0026tag=v2.6.2-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"product": {
"name": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"product_id": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-api-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"product_id": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"product": {
"name": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"product_id": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"product_id": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel8\u0026tag=v2.6.2-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel8\u0026tag=v2.6.2-7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64"
},
"product_reference": "rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64"
},
"product_reference": "rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x"
},
"product_reference": "rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le"
},
"product_reference": "rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le"
},
"product_reference": "rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64"
},
"product_reference": "rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64"
},
"product_reference": "rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x"
},
"product_reference": "rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64"
},
"product_reference": "rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64"
},
"product_reference": "rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64"
},
"product_reference": "rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x"
},
"product_reference": "rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le"
},
"product_reference": "rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le"
},
"product_reference": "rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64"
},
"product_reference": "rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64"
},
"product_reference": "rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le"
},
"product_reference": "rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64"
},
"product_reference": "rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x"
},
"product_reference": "rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"relates_to_product_reference": "8Base-RHACM-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.6 for RHEL 8",
"product_id": "8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
},
"product_reference": "rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64",
"relates_to_product_reference": "8Base-RHACM-2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-2238",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2101669"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the search-api container when a query in the search filter gets parsed by the backend. This flaw allows an attacker to craft specific strings containing special characters that lead to crashing the pod and affects system availability while restarting.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "search-api: SQL injection leads to remote denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat Advanced Cluster Management for Kubernetes (RHACM) the search-api component is protected by OpenShift OAuth which reduces the impact of this flaw to Moderate. Access to the search-api where queries can be submitted requires the user or ServiceAccount token authorization with a granted access to the resources and managed clusters.",
"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-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2238"
},
{
"category": "external",
"summary": "RHBZ#2101669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2101669"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2238"
}
],
"release_date": "2022-06-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
}
],
"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": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "search-api: SQL injection leads to remote denial of service"
},
{
"cve": "CVE-2022-25858",
"discovery_date": "2022-09-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126277"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the terser package. Affected versions of this package are vulnerable to Regular expression denial of service (ReDoS) attacks, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "terser: insecure use of regular expressions leads to ReDoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For OpenShift Do (odo) product terser is shipped only for using in static page generators for upstream, thus this represents no security risk.",
"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-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25858"
},
{
"category": "external",
"summary": "RHBZ#2126277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25858"
}
],
"release_date": "2022-07-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
}
],
"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-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "terser: insecure use of regular expressions leads to ReDoS"
},
{
"cve": "CVE-2022-25887",
"cwe": {
"id": "CWE-185",
"name": "Incorrect Regular Expression"
},
"discovery_date": "2022-09-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2123376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in sanitize-html library. Insecure global regular expression replacement logic of HTML comment removal could lead to a regular expression Denial of Service (ReDoS), affecting the availability of the affected component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sanitize-html: insecure global regular expression replacement logic may lead to ReDoS",
"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-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25887"
},
{
"category": "external",
"summary": "RHBZ#2123376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25887"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25887",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25887"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
}
],
"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": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "sanitize-html: insecure global regular expression replacement logic may lead to ReDoS"
},
{
"cve": "CVE-2022-25896",
"cwe": {
"id": "CWE-384",
"name": "Session Fixation"
},
"discovery_date": "2022-07-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2111862"
}
],
"notes": [
{
"category": "description",
"text": "A misleading session regeneration flaw was found in passport. When a user logs in or logs out, the session is regenerated instead of being closed. This flaw allows an attacker to use a previous session in particular environments.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "passport: incorrect session regeneration",
"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-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25896"
},
{
"category": "external",
"summary": "RHBZ#2111862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2111862"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25896"
},
{
"category": "external",
"summary": "https://github.com/jaredhanson/passport/pull/900",
"url": "https://github.com/jaredhanson/passport/pull/900"
}
],
"release_date": "2022-07-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
},
{
"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-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "passport: incorrect session regeneration"
},
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-02T14:05:53+00:00",
"details": "For Red Hat Advanced Cluster Management for Kubernetes, see the following\ndocumentation, which will be updated shortly for this release, for important\ninstructions on installing this release:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.6/html-single/install/index#installing",
"product_ids": [
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7313"
}
],
"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-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:24867997344151f0a71116f5bb52f4afbc4d33dc4333283e9abbbb92fb060b8d_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:75f75a8df153582865b4463d28ace52d063ef7b9bb0b69fb3f917e17c0fe2fad_arm64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:9dd7b1335fce4f5a03b8e425bb9990299dfe4b8204c4710df048f43df02d5a1e_amd64",
"8Base-RHACM-2.6:rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:edb685810550793e4305afafa747a9195032be835dec3284add7129adf55cabb_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:259617d9028e93b7e57ed47b51f0314744a123dad516e62ad68af91beaec57ae_s390x",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:b926926c9d3343d16d3945bdfab41842fc11b6c58eb2fbaaf53b02420c7b3d23_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:c694411dd268ba6864ee2204dcc941af17fa56baa1ba2d856c25974a53d98f2a_amd64",
"8Base-RHACM-2.6:rhacm2/acm-grafana-rhel8@sha256:d5670862ad0ad01c7b1446381a02d112c80bf3b714392a938d05fb4981c40598_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:206442cf3e5b9609792859160b1948b69f7d3f4e9da7ad8b2f470e3796a77a06_arm64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:2e81bbe652bdfbb3e3e2cf0f8a8f30558d4f9150744813a0706c0d2e3efbc5b2_amd64",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:8cc71196bbda56a06a87e9f34c0540891744b4408ee8250fd56bdc734b173c1a_s390x",
"8Base-RHACM-2.6:rhacm2/acm-must-gather-rhel8@sha256:b0235a7a5abff5d1f698eadc79a2306863b2fb45fe48bd33c7aeff158261687f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:12a06b081a8cdea335f7388112994ef912e18a54110da80fb56c728164666609_amd64",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:1a13a09057399dba15b6c1cdeac3736166118d84a2abfdbf51c6ff110b3f3db2_s390x",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:cbe87239081681d5f8deb8600ef2a1081b21b169f646bded7d9a0ae40c4638c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-operator-bundle@sha256:fa85d1b766139c3a81d99c3610220d6d256e8ad6be5aaf38e6a3c4ebe9bd4fa7_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:36f8bd729d0cc59d1f63a610fc5baa824d6fad971cf2902c663059aba2a2f924_amd64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:af1bebc2990011d87272fc66ca9ac66445b590c974a13b699fc375be00a7303e_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:c7a8ff2bbbbf8dc2db16461ed6f38a4dd7fa3fc7f67d814f0d21081356987c93_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f2a53040b14aed57d2343f2cf194cb11d5e608785dfdab44fce4a451a0125a11_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:1a875a1ac7d8fea967286ebac6051455a9c650bf838742b392e375128b972a31_arm64",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:2bfebab46ca047e64a5c1e2bc3d996f898a3663d8dc2ade6888f7a4761757f67_s390x",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:5391c6c232e1e6ca30861ac8074dda3886d20320b5eb8896c184edd5ea908a7b_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-prometheus-rhel8@sha256:6bfdb670877ea0329591d957da7ad8548fd063eadd55bffa63ff246b7b7bdd8d_amd64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:15b11fb949e87de8fd76f60464ebdc3450da94c31122d934de9e343de733b8a4_arm64",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:216892dd9244e0681aeb45532f2648c19727f32f92910e24c0c8a07672eccc2f_ppc64le",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:36f8aabed4c001ad706d8e4900a2cb2a409cf78a3a594d8281cc7dc2b74021fe_s390x",
"8Base-RHACM-2.6:rhacm2/acm-volsync-addon-controller-rhel8@sha256:fc445d96351ac646ab3ff3e0ba5ef32c5e90ceb8e5cc1b133d5075b20e8f3f19_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:77f5b771a84faf438de7907d5347f2abe826ceb97566059a08b99fe3ec96db88_s390x",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:85e261a4046dfc1632042911493c64c3dfe99ff869fd34dd28b8fa1aa46a13c3_arm64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:875bd493b369f6ccf71630efb975077200eaf5ff2be9a993a59e011936d266c9_amd64",
"8Base-RHACM-2.6:rhacm2/cert-policy-controller-rhel8@sha256:a531c4d9ee033a5355ae335988cedc7c68dd5a37d3069d7e140d3cc6203736b3_ppc64le",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:2b6e19b12927aeac09c724a56d4ff6e63c5370b012a5adb5d9db0c5ba4c93c34_arm64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:a69c76a3f4d73b8f0156460ea84f90b3ea4dad930eb98fe0e6d2c5d04a63806b_s390x",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:ac50d9a5b85f1d226951cd53d25c79847285cb3a9ed9244f0c504d932369b2c4_amd64",
"8Base-RHACM-2.6:rhacm2/cluster-backup-rhel8-operator@sha256:e58725143a4591a0d0825ef1483896a3c8fac697c02efc610c8c0f4cab92b367_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:1fdf6cd546003fab499bb1cd751ac83b5c7a943e8114b0a8571f248560a42483_s390x",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:7d94724bae53b5c245709c7163891b3cfd17f5d980f2b8c6dbccb81d072af1e0_arm64",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:b6d54d3bb2bd17cea60c2fb0c290315a12a4adef787766d1cb4968af517c6333_ppc64le",
"8Base-RHACM-2.6:rhacm2/config-policy-controller-rhel8@sha256:c09a63f4229b4363032756c3e76d8f46440b9fc840e951050109d9ce0827a94a_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:34ff2f8c305ff02eddb5f857b65dcb55fcf571e078f82fb8729278f75aff4198_amd64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:61dfc3da23b92fa10cd0a896bca2f1c95b09c62cbcb0c00a87600b73b67e6ee2_arm64",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:a48cb8ef04afedcaa6dbb34456156caa1b2efa799888b1d133b34ac3a6753dae_s390x",
"8Base-RHACM-2.6:rhacm2/console-rhel8@sha256:f6b5cb65f62232eb9d99613e1cbe6a55f79588d650e938922cb64ed2dc03e1a9_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:0a78955c5ab8c52ac5f3add4cd00dbc429c8e162edb5cfa9b4429df0893ff34f_s390x",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:446e8134e712472dc831dbb4f1235d28a2abebe0f4bfba2287a98ab306201129_ppc64le",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:c225345255a72856a55043449e53484b96dfe5341cf0838c08d141fe5fafda57_amd64",
"8Base-RHACM-2.6:rhacm2/endpoint-monitoring-rhel8-operator@sha256:f77ced51f6e949642ca96e3139116569506d70f5294db5f0e301c08aa1f3e011_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:5937b9574183059547fbecdf13cbdaa82ff8aabf8a2ba39bd39ddf627d7efe5b_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:7d6fcb2f23a1701ced8566b05a4bb9244f544e88d1c0d326010821c267788d48_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:d297a6d035840fa2412410abac174271520d18173c27c6b313f35a74be705344_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-propagator-rhel8@sha256:fdf112ea1254e9639c85d185e9836c02f22c1d0194e9057ce218dc9584c95957_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:2fa8c1112ea23e816feca297279022b917fa0638b75613cc16f09f1689d5d215_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:9fc12a258e74b5b18277c8fce31579774c644b5ba9dee51fe9dcefc11ff81400_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:a5b35703265cdfe2da6461e0256133ca9e0cee8007acd6a21f3dca014ea35a7a_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-spec-sync-rhel8@sha256:c353d73af74b341b890a44aa7a2f0b594b7fcb6d90c2624a7035938589d58c96_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5518ef77680792bfea6ca102e7c4ebe0e94d8e2433ba48fad1be54fe54db76e2_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:5996a6f420cedff4bcc6e10f0e5fd962a89d48a8cd7ebad02dce836b805d2260_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:a030f532d98b76bb805508352ea03f9517ca92fab0109afca72d75c0d22e38bf_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-status-sync-rhel8@sha256:dcdae1deaf6efb4b289607a39bb1b04c8653f247ce1af91bca16cf870227484d_arm64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:1f406ceac2e9c81bee6130049e1296054a9aa2b73700782247c172de5a4b7671_amd64",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:4cf586fd39632f3a8a76534c816bbd0d6cb709feaf30f45c1026a4d93a3c2cca_s390x",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:c3d4ceb96a42169ffc2e7df48df6c57361cd1bbd49642348da701fa3aa4b7a35_ppc64le",
"8Base-RHACM-2.6:rhacm2/governance-policy-template-sync-rhel8@sha256:f25209716d29cf557ee3ffeeb5d8aaa6d9ec82b2ec895acca32ab44f01435701_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:3b382fae661eedd1650edc7cb5a16cd0761524510db27a65f12cb99f360bc979_arm64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:732f1d0cef3ddaaed8fdcc35bde4461a6ae4e55c2e87fff8ba3e03da0f797b46_amd64",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:ac4cee6520166be6864c8c5086831ebb8323bb8de3e8a5374d33ee973a5eaed9_s390x",
"8Base-RHACM-2.6:rhacm2/grafana-dashboard-loader-rhel8@sha256:b6000d70b4550318261a82c2b6578304c6200c4ea11634c07ba3e3316b35ac56_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:16139568f12dc5df1bfcf9656f2b9677233654369a58be49a7c3ff5d5420a80f_amd64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:38f02fae8edf51b1fe7422d10f7982b7086d013796bef05627f1c6dd2c946a45_ppc64le",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:c8424539be097aa4b8d156d19ad47172c37c89e0ef669eefc15012a3301ac9f2_arm64",
"8Base-RHACM-2.6:rhacm2/iam-policy-controller-rhel8@sha256:cfc953aeb56d534067cc919cddde92d2b3b4563c4ed6adedc3bc7d8324799aca_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:1a8638ab54391365a8ab9780a4166bba8bdcf4607f8ba884f0e68ab048a72992_arm64",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:2393c98b3268517fc706ae97c8e87bcab27e7bead8aeccf392ae4c757f4dd870_s390x",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:7e51cf321c2c9170831809a3b971bb281be76ff8a126546215575659ef4b77bf_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-client-rhel8@sha256:c102453cd046d22a657bb85559da6c4287d014010c65dec53a65634ff603fcce_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:03c4e88f5ca5d3703051058ae579b7de9e4b652a6446a5a95d4107c295f830c1_amd64",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:0e3225d00fbc6611d90b700b392772a3a6e53145d7a1fa2a6a0ffa4bed3c4a3b_s390x",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:18a90a61c5e378d927cf94b18a3549a029aa2687e65d20f4a52159d2d60d5720_ppc64le",
"8Base-RHACM-2.6:rhacm2/insights-metrics-rhel8@sha256:b2c3053ebd91b0cab4540d7b1a3372829d2b4c4305f5e6c19c3ad9a0f88f1200_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:328c721dbf5b4f1bf2d1fbccbd9101903078c4e86453b1ced2c7d8756326cbac_s390x",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:767786358ec4c52db1306d55635d7ce31f65befdc4770a877dc71e3e0a8d4993_amd64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:ea1e9e6ecd9e10b37fcfa84437831cf07ddd794889c670d33ded954645872650_arm64",
"8Base-RHACM-2.6:rhacm2/klusterlet-addon-controller-rhel8@sha256:fb40d79a44a037d555a03feacfa3346e5b1edec62132017994c006f2dfde3973_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:344a2f7fa01eecd2503790648d697fc13efcbf2ed2a0dde015f6c4aba563ffcd_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:5cbe00475ecaccb036ec21b9cade32ef1d45122b503ad45fdf2ca80a0db6be88_arm64",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:61208bc4fc0096c0eff56782bc2ec8547555baab156022db541809afe8ef4b8d_s390x",
"8Base-RHACM-2.6:rhacm2/kube-rbac-proxy-rhel8@sha256:c2d175eca0c190b86af67cd559a8f8fc6025899971bcf7fcaab1da060b299582_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5396eccbc165701e4b9ac50d9f78936cfe2b2f506cba1e2950c84054639ba764_arm64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:5fed3dfaeb54b7a2bc5f637cfd9b116050d8a685c2cda8f8e7d4b70a9b89ef20_amd64",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:7ec74b91f087e1a89c1dba65ed8a42e34c63717e947148b19c2cec810fd61b2d_ppc64le",
"8Base-RHACM-2.6:rhacm2/kube-state-metrics-rhel8@sha256:a648d97527de9eeba1465c6b2f1dbb1f9b86f1e3f44663a1d5ec897fa72b9708_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:3524a2942d3e6b5de75f2a6c8fe4f560eb56f97b41d3eb9425f0d02cd45e8624_ppc64le",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:59a15469e44389f08310a352e639340937edb2d1beb706799ebb2b7a68fd13e5_amd64",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:8532d19655085b7a4ee8ed7dc44dc24dec95f61538315adced47d02be4643f03_s390x",
"8Base-RHACM-2.6:rhacm2/management-ingress-rhel8@sha256:ad37a94d2f9f3546663900d893860c2665fc8208a38e4a1b5b0964de8d80cbfc_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:48bfc7f8918894f91cdfb6f116c50bd3b1ff7a5e707fc41b8ed8d2f22a5aff2c_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:4bd33b7c7ac1222af9caa5837a5a79d8ef5e89b3e55a460e5c6920835017452b_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:5389f332699c281c81ef2a36901b560a98ac924a9b9b8a2ea0317e99f6b72e75_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-exporter-rhel8@sha256:90c4b67071ae8d5b9474a620ce5e134306c209d2bfef54d255a26e51ef4b57d2_arm64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:29b4790857e673d117f1f7984e95d3be7d1cecb2d3638329266f9fffb5aad002_ppc64le",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:2fc1372d8b01f90595ef9b4267d8b17e5739c8e22502f7a1e1c8bb5933932d82_s390x",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:7a24fd49e033282b884d0f0007844c48b63e2d6809126b5b4a2b725b71fdd854_amd64",
"8Base-RHACM-2.6:rhacm2/memcached-rhel8@sha256:e28875f56c70ca74eba19c2c78dc073b22c335736025ed7f84b4d3d8a37cf1e8_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:442e9bec7d47c2a6dc67d0cd698d86530b1f9df66ed81ebcc1e47fedc913ff46_ppc64le",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:999372f9ab5ff1743e29f03208865be9107eb3726e5a83e920193a06f1306184_s390x",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fa7f5ce6b5c65b35c843aa1cef722e199c7a8d6511c352b26cd424fbedc50586_arm64",
"8Base-RHACM-2.6:rhacm2/metrics-collector-rhel8@sha256:fdc496eb47a844921829c7098738eae817972a2f8b4ca394a5b837eb257346a8_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:10c4b9d15b2d6bed2fea0700f9ea9584b8c0a12f9387b5ba7d734f317c6494b9_amd64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:12e37d96bf4950c4c1daa0bd5d7406c75cd8876c8a14b4f016fa264ec06363d1_s390x",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:1c89f76cbbe75559ec6471c88a2b60b58da6c6fb1b727e4b01405329ce7dea1d_arm64",
"8Base-RHACM-2.6:rhacm2/multicloud-integrations-rhel8@sha256:33c10982ee9bc452368dfe3edbc1f9c8d7988528c03c5fb863e3fda5909753de_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:1acf24ad427c3712b230265789518c649c081ce454d3535cf23c96d1b5356810_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:9f0073af0c977b1cb8345dc808ee945c414f6f8bc03b3325e28d72bf88fd3ddd_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:c929629780b8d9c427f091d5e8774809c30e5ab4a8d6836a09858899439fd0d4_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-observability-rhel8-operator@sha256:f74a281d3014a268fcbf261c0b3af81f11c1ecba1e63cd6e4ec2983664bfc4d3_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:500535d6aa072c0f0d5b57000ae42c08b1f0b6ea97e1b3cc482db1a0487a7b6b_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:8f2c56f2de67173ae9718e86df0d8ab0cc57235640b337d2599c3dc8b952b815_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:9f02d86c5e6172b121899b466b5172dc1dad7062ea7ddc877dc2d40a44a02a2b_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-application-rhel8@sha256:d997dc41c42ace873876c98a3de68ef7dbf2f4cd3061533907862ca4e008bc37_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:7f7c1097e0c140670d3657def7fb2105181010ced7e1e8e67fd69fb42b231fbc_s390x",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:a8839103eea40a28c9b938f15722e1854203012b1acda0d2745d8d063f8fea05_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:d4aa1126f6f26d9ac04fdd791a66320283a35de5a9c35ece72792575537289ce_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-channel-rhel8@sha256:fc8e38ea3d048eb6a46a205f207e6fc4eab8f41f5c21ba206c20ac923265a512_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:7816264f6af779845217af608cc9b3c9d9625286039417234a74938be3ecf18a_amd64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:9ca12927f94d34d20bd41e761c7e2800fb9149572a2881eec183a8321c409222_arm64",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:b117eb7d70b47b309a6ef079549f4c581a1bef8963de4386095db72cd128b8d2_ppc64le",
"8Base-RHACM-2.6:rhacm2/multicluster-operators-subscription-rhel8@sha256:d0bd5fff80e442ee4b397f1e2794a42b834957020a363b46c65056c5fe9d7bbe_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:1695ca475d54e3aa438751d81eadc8ec8ec5203157f97b2473ff7095cd2c0b4e_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:5ee1aaafad31f7f5409895d448e3ea36761c4f368c91eb861700232b9bcbc9d5_amd64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:684034ec6de74d4216155bff9a503ccce8e681dc47b1b9e52c62ae57300ca116_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-repo-rhel8@sha256:b71f4a0c6f78b4ea9f32a65b5c5818d27c8a1ade552ef032f9ca15825aba3faa_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:509dad890cc6e28e3b949f40cfc1b8e3a10b19555de1ec874c6ffee743d71156_s390x",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:7f93d2b94b0cabaf600863bb5345b741add28603b81e3fa52a12b393e0a911b3_arm64",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:9974572fbff42b202e85cc34bd3f13957ca224d44ed2f7590bf03835c0bbcaa8_ppc64le",
"8Base-RHACM-2.6:rhacm2/multiclusterhub-rhel8@sha256:f9c1c1d696f1a9d25f3cea9cb404489f9029ad3405d5d0c73898b82cab702486_amd64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:0f2d894f169406767b05b6b740a60bf4bd1341aa320f8042a4926692bd7e9355_ppc64le",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:453c8c96e8cb8a5b8c1d5ca9d1758fec30f007f1251b68487742000e12ce8f0d_arm64",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:d75e967fcb4ec0d79512488b59fa83c89745ea90ce6a75179aed9f5e67904b13_s390x",
"8Base-RHACM-2.6:rhacm2/node-exporter-rhel8@sha256:f8188a9bbf9cb2c0964a9e7c601315efefd173ff4ea38d726adb5c9a541491d3_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:530cad0b16489e77dd3e1732e3b0c31b6c1a6edd47c411e1322bc0417768b11f_ppc64le",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:6e4ca62a18449b1070c5c57965539b52ca750720f22618a3243c56d73ca74968_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:8219287de91ec4cbb5788ffa23992df0aa37f60a8b8c2d2977e48037e8801251_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8-operator@sha256:cd6cea60ba63acda5b9f4c99cf63d08a9a8c7d3a9d07e41d3026a734605eee2c_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:4c1cae7854c53d359603ccc688d3dccb90df2fe7164483cd519adf1f48ca2fc3_arm64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:58e00463bd083ccbc32fc4d290aac039ec4c7c17860ed14a9c252a4918a46c6d_amd64",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:8327fc88a0779cd3ad0264680840f241625310138e43954d715f309d7355ffa9_s390x",
"8Base-RHACM-2.6:rhacm2/observatorium-rhel8@sha256:9771eec24496c7aa6ff0326f75f4f87fab1e1dc718bce8a595b701a17b4bf9e2_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:14d76f4898fac0831e44ae0a4bca331ac01142ae8679d940dbe6c52370fa275c_s390x",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:3bf8b36453dfb24ea469578c98d718d60617fa42928f004fb15383f802896689_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:50731ae0c2dea5ae1a36756755073390a1d720276f6b40d476856d76eca19ffe_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-alertmanager-rhel8@sha256:8939455688be67a53122a38cfd6a6615fb0cc6a65b0d9466fe59ff6e6d340738_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:3f37cbea80a47803806e34094fb067f19832df9461fc7836fa94534932ac3d7e_amd64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:477336cacf3d9cb1ff77904c5d6188f36663a8b7a0c23fcd81ea5c3d1a2831bc_ppc64le",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:6125e9bb93d5fa1d7bf1e9fddec6b41b53be5577681564d7ac402163f8cc8ece_arm64",
"8Base-RHACM-2.6:rhacm2/prometheus-rhel8@sha256:7058f06597d89e69592c0ffe0ad471900f116bf32e64d6ef75a79329e2d2f363_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:17a5fd1a44c24dbd45397b23e52fd946ca7d76d14b6198cfa37a8104cf79463a_arm64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:27eee91b16d5ef91064359136b3358b86c53925a5b9a7a30e87d4ec8353fb983_s390x",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:995702d7d52e74a8be42c59a1545a3de3f9c3f373eeb7cd96cc36f45ed3bf2fa_amd64",
"8Base-RHACM-2.6:rhacm2/rbac-query-proxy-rhel8@sha256:b68d7aa91c8203875ef0b1117b3a9f8db2847238f296c94231521cd4f85075b5_ppc64le",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:1a6ebf73f8064898ecfc72396ef39544df85876745eb1e253a06e4896d4f5d13_arm64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:330c0ce417e900c7b7f5137ca0e760c8e369affd1c738df94c563a3e9f2748b6_s390x",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:6331e491f8d5c56bed9302c1a25ac147408333faf217e28b7c22b1f8f29ed257_amd64",
"8Base-RHACM-2.6:rhacm2/redisgraph-tls-rhel8@sha256:cf83830bc0fffc4fb5073acbe950ac163ada006485da9b258bb9058d7541ae02_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:4019df8e0608e322466d7af5dfed94bd9712ebba95b8680e1b33b89224be8558_amd64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:51df281dc77c9d1f2831387184340c5160783e2fd62caa70c28fbb3729cfbc8c_s390x",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:71e3ebeba3484088dd4aabda7c88ef9aa464740c3de67258b80c20f6bb589b73_arm64",
"8Base-RHACM-2.6:rhacm2/search-aggregator-rhel8@sha256:c5155fbad1884aa4bf30f1a3ecd006a42da4c34ef22cddc86d2810fcac3c2f5f_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:18a157f397f4e5deccf4c888beccb5bcac22b63c9b1044bfb215f64b37f1b384_arm64",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:490aba75a77d0d9057f0ec8d850788a3a90c2184b5253f0e5defe65e93c9e557_s390x",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:cbce0f1cbb8c99f126db91e4ffad6fc0bd8dceb35c756f92349bb618ac1a2d2e_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-api-rhel8@sha256:d7c8cf6226f50d6d6d2a8957f5602b939f350070b11fe005ee745fae4bb8e5b7_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:04de81dd90987bfd29ede97e8034ba8697544ffa4d99e25e580c386cb150715d_amd64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:2eb7c2bcefccefc1462c9d57c834f7c6a6bbf700e949dd2702d6deedc08bffbd_arm64",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:9318b57301cbd61e501e3bd41f844b96140b486d4e262ab1883355e3728d75b7_s390x",
"8Base-RHACM-2.6:rhacm2/search-collector-rhel8@sha256:d3ba77213bcc9bf2e5c0b25c5b57bec8e2f8616ff3d529a3c1de965ca289a3f6_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:3e5f20c33ac0bf0eae9344ca338e373d6215a320e86590cbfed2b9ad8fd826ee_amd64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:6686de7a4a17384b5860a29ba9441d7be22a9c226f7795904a51c22ae3278220_ppc64le",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a236785d3aa9b0d87f9fbe1f15eea661658bc083dba0c74c3ea389b1a7be4b2a_arm64",
"8Base-RHACM-2.6:rhacm2/search-rhel8@sha256:a4d45b1f2f6886329235477678fc97de989540cb6a784f351c676f3e4ffd30cf_s390x",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:4b117245a6430294df24c6fcff7e4c09f5cc57b5e67e86f24c01125b2ac2a84a_ppc64le",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:7c472e1068c06f43130ba8136a0443cc58f5806f7f585be3870721b2399d6567_arm64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:904c6f8a0757dd20fc1e3e94d1d05f0af472c1e3720b5a45ee1e9e55c0469177_amd64",
"8Base-RHACM-2.6:rhacm2/submariner-addon-rhel8@sha256:d69c4928deb84402794b3d3c8ada4257a24afdc49387a21d500ce9ef1fd1facb_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:3e08edb6276e226a8443c0ac7c9402b0dcb740f11e0dc610bf5c4420f530b2d3_amd64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:5ceaab70d3a9b7bb021f7bab9461aeb9b94c1d5bf9eea3f7a859ccc79d663902_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:bd7039e887e8e8fc244c5ecec0a9b76653f77092df1394923edacb516bf070f6_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-receive-controller-rhel8@sha256:f161fda98efb78be93d5e64856e9187e8407752705324355a6a0e26c49fecc0a_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:090c62e4d6d40536a0bd6ac8b9173188db6192a361be7a0425337f34bf4d45c9_ppc64le",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:40fbe2bdbc72134d54a9d28c36fafb8c7c0238c6e1517b8f12517698aa4a599e_arm64",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:e953144ce6b154584462a776e584f3ac57f9c3b21f86467c06e499568cbbbfb4_s390x",
"8Base-RHACM-2.6:rhacm2/thanos-rhel8@sha256:f3ed4484841eaf75ac1c2be02e30e2e1b614ef57661efa0a90ce83157e0d8b40_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
}
]
}
RHSA-2022:8652
Vulnerability from csaf_redhat - Published: 2022-11-28 14:39 - Updated: 2026-06-06 13:03A cross-site scripting vulnerability was discovered in bootstrap. If an attacker could control the data given to tooltip or popover, they could inject HTML or Javascript into the rendered page when tooltip or popover events fired.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in Wildfly. An incorrect JBOSS_LOCAL_USER challenge location when using the elytron configuration may lead to JBOSS_LOCAL_USER access to all users on the machine. The highest threat from this vulnerability is to confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the json-smart package in the JSONParserByteArray. This flaw allows an attacker to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.
CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in urijs due to the fix of CVE-2021-3647 not considering case-sensitive protocol schemes in the URL. This issue allows attackers to bypass the patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the Eclipse Jetty http2-server package. This flaw allows an attacker to cause a denial of service in the server via HTTP/2 requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in Undertow. AJP requests to the server may allow an attacker to send a malicious request and trigger server errors, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
An improper input validation flaw was found in urijs where white space characters are not removed from the beginning of an URL. This issue allows bypassing the protocol validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
Workaround
|
CVE-2021-21290 contains an incomplete fix, and this addresses the issue found in netty. When using multipart decoders in netty, local information disclosure can occur via the local system temporary directory if temporary storing of uploads on the disk is enabled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in PostgresQL. This flaw allows an attacker to benefit from a miss escaping character and leads to a SQL injection attack due to Java.sql.ResultRow.refreshRow() implementation from PGSQL.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in Apache Commons Configuration's variable interpolation, which by default included several lookup actions that could permit script invocation on remote servers. This issue could allow an attacker to use one of these actions to send a request to execute arbitrary code on the server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
|
A flaw was found in the HSQLDB package. This flaw allows untrusted inputs to execute remote code due to any static method of any Java class in the classpath, resulting in code execution by default.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Apache Commons Text packages 1.5 through 1.9. The affected versions allow an attacker to benefit from a variable interpolation process contained in Apache Commons Text, which can cause properties to be dynamically defined. Server applications are vulnerable to remote code execution (RCE) and unintentional contact with untrusted remote servers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Fuse 7.11.1
Red Hat / Red Hat JBoss Fuse
|
cpe:/a:redhat:jboss_fuse:7
|
— |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A minor version update (from 7.11 to 7.11.1) is now available for Red Hat Fuse. The purpose of this text-only errata is to inform you about the security issues fixed in this release.\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": "This release of Red Hat Fuse 7.11.1 serves as a replacement for Red Hat Fuse 7.11 and includes bug fixes and enhancements, which are documented in the Release Notes document linked in the References.\n\nSecurity Fix(es):\n\n* hsqldb: Untrusted input may lead to RCE attack [fuse-7] (CVE-2022-41853)\n\n* io.hawt-hawtio-online: bootstrap: XSS in the tooltip or popover data-template attribute [fuse-7] (CVE-2019-8331)\n\n* io.hawt-project: bootstrap: XSS in the tooltip or popover data-template attribute [fuse-7] (CVE-2019-8331)\n\n* wildfly: incorrect JBOSS_LOCAL_USER challenge location may lead to giving access to all the local users [fuse-7] (CVE-2021-3717)\n\n* json-smart: Denial of Service in JSONParserByteArray function [fuse-7] (CVE-2021-31684)\n\n* io.hawt-hawtio-integration: minimist: prototype pollution [fuse-7] (CVE-2021-44906)\n\n* urijs: Authorization Bypass Through User-Controlled Key [fuse-7] (CVE-2022-0613)\n\n* http2-server: Invalid HTTP/2 requests cause DoS [fuse-7] (CVE-2022-2048)\n\n* snakeyaml: Denial of Service due to missing nested depth limitation for collections [fuse-7] (CVE-2022-25857)\n\n* urijs: Leading white space bypasses protocol validation [fuse-7] (CVE-2022-24723)\n\n* Moment.js: Path traversal in moment.locale [fuse-7] (CVE-2022-24785)\n\n* netty: world readable temporary file containing sensitive data [fuse-7] (CVE-2022-24823)\n\n* jdbc-postgresql: postgresql: SQL Injection in ResultSet.refreshRow() with malicious column names [fuse-7] (CVE-2022-31197)\n\n* commons-configuration2: apache-commons-configuration: Apache Commons Configuration insecure interpolation defaults [fuse-7] (CVE-2022-33980)\n\n* commons-text: apache-commons-text: variable interpolation RCE [fuse-7] (CVE-2022-42889)\n\n* undertow: Large AJP request may cause DoS [fuse-7] (CVE-2022-2053)\n\n* moment: inefficient parsing algorithm resulting in DoS [fuse-7] (CVE-2022-31129)\n\n* snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode [fuse-7] (CVE-2022-38749)\n\nFor more details about the security issues, including the impact, 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-2022:8652",
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1686454",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1686454"
},
{
"category": "external",
"summary": "1991305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991305"
},
{
"category": "external",
"summary": "2055496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055496"
},
{
"category": "external",
"summary": "2062370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062370"
},
{
"category": "external",
"summary": "2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "2087186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087186"
},
{
"category": "external",
"summary": "2095862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095862"
},
{
"category": "external",
"summary": "2102695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102695"
},
{
"category": "external",
"summary": "2105067",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105067"
},
{
"category": "external",
"summary": "2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "2116952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116952"
},
{
"category": "external",
"summary": "2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "2129428",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129428"
},
{
"category": "external",
"summary": "2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "2135435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135435"
},
{
"category": "external",
"summary": "2136141",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136141"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8652.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Fuse 7.11.1 release and security update",
"tracking": {
"current_release_date": "2026-06-06T13:03:12+00:00",
"generator": {
"date": "2026-06-06T13:03:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2022:8652",
"initial_release_date": "2022-11-28T14:39:27+00:00",
"revision_history": [
{
"date": "2022-11-28T14:39:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-28T14:39:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T13:03:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Fuse 7.11.1",
"product": {
"name": "Red Hat Fuse 7.11.1",
"product_id": "Red Hat Fuse 7.11.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_fuse:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Fuse"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-8331",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2019-02-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1686454"
}
],
"notes": [
{
"category": "description",
"text": "A cross-site scripting vulnerability was discovered in bootstrap. If an attacker could control the data given to tooltip or popover, they could inject HTML or Javascript into the rendered page when tooltip or popover events fired.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bootstrap: XSS in the tooltip or popover data-template attribute",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat CloudForms 4.6 and newer versions include the vulnerable component, but there is no risk of exploitation since there is no possible vector to access the vulnerability. Older Red Hat CloudForms versions don\u0027t use the vulnerable component at all.",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-8331"
},
{
"category": "external",
"summary": "RHBZ#1686454",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1686454"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-8331",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8331"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-8331",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-8331"
}
],
"release_date": "2019-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "bootstrap: XSS in the tooltip or popover data-template attribute"
},
{
"cve": "CVE-2021-3717",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"discovery_date": "2021-07-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1991305"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Wildfly. An incorrect JBOSS_LOCAL_USER challenge location when using the elytron configuration may lead to JBOSS_LOCAL_USER access to all users on the machine. The highest threat from this vulnerability is to confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wildfly: incorrect JBOSS_LOCAL_USER challenge location may lead to giving access to all the local users",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3717"
},
{
"category": "external",
"summary": "RHBZ#1991305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991305"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3717"
}
],
"release_date": "2021-08-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "wildfly: incorrect JBOSS_LOCAL_USER challenge location may lead to giving access to all the local users"
},
{
"cve": "CVE-2021-31684",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-06-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2102695"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the json-smart package in the JSONParserByteArray. This flaw allows an attacker to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "json-smart: Denial of Service in JSONParserByteArray function",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-31684"
},
{
"category": "external",
"summary": "RHBZ#2102695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2102695"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-31684",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31684"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-31684",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31684"
}
],
"release_date": "2021-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "json-smart: Denial of Service in JSONParserByteArray function"
},
{
"cve": "CVE-2021-44906",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2022-03-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066009"
}
],
"notes": [
{
"category": "description",
"text": "An Uncontrolled Resource Consumption flaw was found in minimist. The original fix for CVE-2020-7598 was incomplete as it was still possible to bypass in some cases. This flaw (CVE-2021-44906) allows an attacker to trick the library into adding or modifying the properties of Object.prototype, using a constructor or __proto__ payload, resulting in prototype pollution and loss of confidentiality, availability, and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimist: prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As minimist is an argument parsing module for nodejs, exploitation of this vulnerability requires an attacker to influence which arguments are passed to nodejs when running a script. Red Hat products and services are designed in such a way that gaining this ability is not trivial. Additionally, the impact is limited by only enabling the pollution of functions, and not all generic objects.\n\nWithin Red Hat Satellite 6 this flaw has been rated as having a security impact of Low. It is not currently planned to be addressed there, as the minimist library is only included in the -doc subpackage and is part of test fixtures that are not in the execution path used by the rabl gem.",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-44906"
},
{
"category": "external",
"summary": "RHBZ#2066009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44906"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-xvch-5gv4-984h",
"url": "https://github.com/advisories/GHSA-xvch-5gv4-984h"
}
],
"release_date": "2022-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimist: prototype pollution"
},
{
"cve": "CVE-2022-0613",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2022-02-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2055496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urijs due to the fix of CVE-2021-3647 not considering case-sensitive protocol schemes in the URL. This issue allows attackers to bypass the patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urijs: Authorization Bypass Through User-Controlled Key",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0613"
},
{
"category": "external",
"summary": "RHBZ#2055496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2055496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0613",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0613"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0613",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0613"
}
],
"release_date": "2022-02-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urijs: Authorization Bypass Through User-Controlled Key"
},
{
"cve": "CVE-2022-2048",
"cwe": {
"id": "CWE-410",
"name": "Insufficient Resource Pool"
},
"discovery_date": "2022-08-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2116952"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Eclipse Jetty http2-server package. This flaw allows an attacker to cause a denial of service in the server via HTTP/2 requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "http2-server: Invalid HTTP/2 requests cause DoS",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2048"
},
{
"category": "external",
"summary": "RHBZ#2116952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2116952"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2048",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2048"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2048",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2048"
},
{
"category": "external",
"summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgmr-mf83-7x4j",
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgmr-mf83-7x4j"
}
],
"release_date": "2022-07-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "http2-server: Invalid HTTP/2 requests cause DoS"
},
{
"cve": "CVE-2022-2053",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2022-06-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2095862"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Undertow. AJP requests to the server may allow an attacker to send a malicious request and trigger server errors, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undertow: Large AJP request may cause DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse 7 is now in Maintenance Support Phase and is marked Fixed. However, Red Hat Fuse Online does not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2053"
},
{
"category": "external",
"summary": "RHBZ#2095862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2095862"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2053",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2053"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2053",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2053"
}
],
"release_date": "2022-06-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "undertow: Large AJP request may cause DoS"
},
{
"cve": "CVE-2022-24723",
"cwe": {
"id": "CWE-1173",
"name": "Improper Use of Validation Framework"
},
"discovery_date": "2022-03-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2062370"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation flaw was found in urijs where white space characters are not removed from the beginning of an URL. This issue allows bypassing the protocol validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urijs: Leading white space bypasses protocol validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24723"
},
{
"category": "external",
"summary": "RHBZ#2062370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24723"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24723",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24723"
}
],
"release_date": "2022-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urijs: Leading white space bypasses protocol validation"
},
{
"cve": "CVE-2022-24785",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2022-04-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072009"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability was found in Moment.js that impacts npm (server) users. This issue occurs if a user-provided locale string is directly used to switch moment locale, which an attacker can exploit to change the correct path to one of their choice. This can result in a loss of integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Moment.js: Path traversal in moment.locale",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Quay 3.10 and above, no version of affected momentjs is present.",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24785"
},
{
"category": "external",
"summary": "RHBZ#2072009",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072009"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24785"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4",
"url": "https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "workaround",
"details": "Sanitize the user-provided locale name before passing it to Moment.js.",
"product_ids": [
"Red Hat Fuse 7.11.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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Moment.js: Path traversal in moment.locale"
},
{
"cve": "CVE-2022-24823",
"cwe": {
"id": "CWE-379",
"name": "Creation of Temporary File in Directory with Insecure Permissions"
},
"discovery_date": "2022-05-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2087186"
}
],
"notes": [
{
"category": "description",
"text": "CVE-2021-21290 contains an incomplete fix, and this addresses the issue found in netty. When using multipart decoders in netty, local information disclosure can occur via the local system temporary directory if temporary storing of uploads on the disk is enabled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: world readable temporary file containing sensitive data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users.\n\nRed Hat Satellite 6 is not affected as is using netty 3.6.7 version which is not impacted by this vulnerability.\n\nRed Hat Fuse 7 is now in Maintenance Support Phase and should be fixed soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24823"
},
{
"category": "external",
"summary": "RHBZ#2087186",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2087186"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24823",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24823"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24823",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24823"
}
],
"release_date": "2022-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "workaround",
"details": "As a workaround, specify one\u0027s own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user.",
"product_ids": [
"Red Hat Fuse 7.11.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty: world readable temporary file containing sensitive data"
},
{
"cve": "CVE-2022-25857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Denial of Service due to missing nested depth limitation for collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For RHEL-8 it\u0027s downgraded to moderate because \"snakeyaml\" itself in RHEL 8 or RHEL-9 isn\u0027t shipped and \"prometheus-jmx-exporter\" is needed as build dependency. And it\u0027s not directly exploitable, hence severity marked as moderate.\nRed Hat Integration and AMQ products are not vulnerable to this flaw, so their severity has been lowered to moderate.\nRed Hat Single Sign-On uses snakeyaml from liquibase-core and is only used when performing migrations and would require administrator privileges to execute, hence severity marked as Low.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be present soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25857"
},
{
"category": "external",
"summary": "RHBZ#2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Denial of Service due to missing nested depth limitation for collections"
},
{
"cve": "CVE-2022-31129",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105075"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "moment: inefficient parsing algorithm resulting in DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Fuse provides the affected software but does not use the functionality and as such its impact has been downgraded to Low.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) ships a vulnerable version of the moment library. However, this affected functionality is restricted behind OAuth, reducing the impact to Moderate.\n\nRed Hat Satellite ships a vulnerable version of the moment library. However, this only affects a specific component (qpid-dispatch), reducing the impact to Moderate.\n\nRed Hat Ceph Storage (RHCS) ships a vulnerable version of the moment library, however, it is not directly used and is a transitive dependency from Angular. In addition, the impact would only be to the grafana browser, and not the underlying RHCS system, which reduces the impact to Moderate. \n\nRed Hat OpenShift Service Mesh (OSSM) ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nRed Hat OpenShift distributed tracing ships a vulnerable version of the moment library, however, it is not directly used, and as such, the impact has been lowered to Moderate.\n\nIn Logging Subsystem for Red Hat OpenShift the vulnerable moment nodejs package is bundled in the ose-logging-kibana6 container as a transitive dependency, hence the direct impact is reduced to Moderate.\n\nIn OpenShift Container Platform 4 the vulnerabile moment package is a third party dependency, hence the direct impact is reduced to Moderate.\n\nIn Quay IO 3.10 and above, no version of affected momentjs is present.",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31129"
},
{
"category": "external",
"summary": "RHBZ#2105075",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105075"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31129"
},
{
"category": "external",
"summary": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g",
"url": "https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "moment: inefficient parsing algorithm resulting in DoS"
},
{
"cve": "CVE-2022-31197",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2022-09-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129428"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgresQL. This flaw allows an attacker to benefit from a miss escaping character and leads to a SQL injection attack due to Java.sql.ResultRow.refreshRow() implementation from PGSQL.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: SQL Injection in ResultSet.refreshRow() with malicious column names",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "User applications that do not invoke the `ResultSet.refreshRow()` method are not impacted.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be presented soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-31197"
},
{
"category": "external",
"summary": "RHBZ#2129428",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129428"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-31197",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-31197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-31197"
},
{
"category": "external",
"summary": "https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-r38f-c4h4-hqq2",
"url": "https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-r38f-c4h4-hqq2"
}
],
"release_date": "2022-08-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql: SQL Injection in ResultSet.refreshRow() with malicious column names"
},
{
"cve": "CVE-2022-33980",
"discovery_date": "2022-07-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2105067"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Commons Configuration\u0027s variable interpolation, which by default included several lookup actions that could permit script invocation on remote servers. This issue could allow an attacker to use one of these actions to send a request to execute arbitrary code on the server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-commons-configuration: Apache Commons Configuration insecure interpolation defaults",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite embeds affected commons-configuration2 with Candlepin, however, product is not affected since vulnerable org.apache.commons.configuration2.interpol.Lookup is not exposed in code. Product Security has rated this vulnerability Low for Satellite and there is no harm identified to confidentiality, integrity, and availability.",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-33980"
},
{
"category": "external",
"summary": "RHBZ#2105067",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2105067"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-33980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33980"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-33980",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-33980"
}
],
"release_date": "2022-07-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "apache-commons-configuration: Apache Commons Configuration insecure interpolation defaults"
},
{
"cve": "CVE-2022-38749",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-09-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2129706"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the snakeyaml package due to a stack-overflow in parsing YAML files. By persuading a victim to open a specially-crafted file, a remote attacker could cause the application to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Build of Quarkus is not affected by this issue as it already includes the fixed version.\n\nSatellite component Candlepin does not directly use snakeyaml, so it is not affected. Regardless, an update with the latest, unaffected snakeyaml version will be provided at next release.",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38749"
},
{
"category": "external",
"summary": "RHBZ#2129706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129706"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38749"
}
],
"release_date": "2022-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
}
],
"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 Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "snakeyaml: Uncaught exception in org.yaml.snakeyaml.composer.Composer.composeSequenceNode"
},
{
"cve": "CVE-2022-41853",
"cwe": {
"id": "CWE-470",
"name": "Use of Externally-Controlled Input to Select Classes or Code (\u0027Unsafe Reflection\u0027)"
},
"discovery_date": "2022-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2136141"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HSQLDB package. This flaw allows untrusted inputs to execute remote code due to any static method of any Java class in the classpath, resulting in code execution by default.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hsqldb: Untrusted input may lead to RCE attack",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41853"
},
{
"category": "external",
"summary": "RHBZ#2136141",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2136141"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41853",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41853"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41853",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41853"
},
{
"category": "external",
"summary": "http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control",
"url": "http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_access_control"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-77xx-rxvh-q682",
"url": "https://github.com/advisories/GHSA-77xx-rxvh-q682"
}
],
"release_date": "2022-10-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "workaround",
"details": "By default, the static methods of any class that is on the classpath are available for use and can compromise security in some systems. The optional Java system property, hsqldb.method_class_names, allows preventing access to classes other than java.lang.Math or specifying a semicolon-separated list of allowed classes. A property value that ends with .* is treated as a wild card and allows access to all class or method names formed by substitution of the * (asterisk).\n\nIn the example below, the property has been included as an argument to the Java command.\n\n java -Dhsqldb.method_class_names=\"org.me.MyClass;org.you.YourClass;org.you.lib.*\" [the rest of the command line]\n\nThe above example allows access to the methods in the two classes: org.me.MyClass and org.you.YourClass together with all the classes in the org.you.lib package. Note that if the property is not defined, no access control is performed at this level.\n\nThe user who creates a Java routine must have the relevant access privileges on the tables that are used inside the Java method.\n\nOnce the routine has been defined, the normal database access control applies to its user. The routine can be executed only by those users who have been granted EXECUTE privileges on it. Access to routines can be granted to users with GRANT EXECUTE or GRANT ALL. For example, GRANT EXECUTE ON myroutine TO PUBLIC.\n\nIn hsqldb 2.7.1, all classes by default are not accessible, except those in java.lang.Math and need to be manually enabled.",
"product_ids": [
"Red Hat Fuse 7.11.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "hsqldb: Untrusted input may lead to RCE attack"
},
{
"cve": "CVE-2022-42889",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135435"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Commons Text packages 1.5 through 1.9. The affected versions allow an attacker to benefit from a variable interpolation process contained in Apache Commons Text, which can cause properties to be dynamically defined. Server applications are vulnerable to remote code execution (RCE) and unintentional contact with untrusted remote servers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-commons-text: variable interpolation RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In order to carry successful exploitation of this vulnerability, the following conditions must be in place on the affected target:\n - Usage of specific methods that interpolate the variables as described in the flaw\n - Usage of external input for those methods\n - Usage of that external input has to be unsanitized/no \"allow list\"/etc.\n\nThe following products have *Low* impact because they have maven references to the affected package but do not ship it nor use the code:\n- Red Hat EAP Expansion Pack (EAP-XP)\n- Red Hat Camel-K\n- Red Hat Camel-Quarkus\n\nRed Hat Satellite ships Candlepin that embeds Apache Commons Text, however, it is not vulnerable to the flaw since the library has not been exposed in the product code. In Candlepin, the Commons Text is being pulled for the Liquibase and ActiveMQ Artemis libraries as a dependency. Red Hat Product Security has evaluated and rated the impact of the flaw as Low for Satellite since there was no harm identified to the confidentiality, integrity, or availability of systems.\n\n- The OCP has a *Moderate* impact because the affected library is a third-party library in the OCP jenkins-2-plugin component which reduces the possibilities of successful exploitation.\n- The OCP-4.8 is affected by this CVE and is in an extended life phase. For versions of products in the Extended Life Phase, Red Hat will provide limited ongoing technical support. No bug fixes, security fixes, hardware enablement or root-cause analysis will be available during this phase, and support will be provided on existing installations only.",
"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 Fuse 7.11.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42889"
},
{
"category": "external",
"summary": "RHBZ#2135435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135435"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42889",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42889"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42889",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42889"
},
{
"category": "external",
"summary": "https://blogs.apache.org/security/entry/cve-2022-42889",
"url": "https://blogs.apache.org/security/entry/cve-2022-42889"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/n2bd4vdsgkqh2tm14l1wyc3jyol7s1om",
"url": "https://lists.apache.org/thread/n2bd4vdsgkqh2tm14l1wyc3jyol7s1om"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2022/q4/22",
"url": "https://seclists.org/oss-sec/2022/q4/22"
}
],
"release_date": "2022-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-28T14:39:27+00:00",
"details": "Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on.\n\nInstallation instructions are available from the Fuse 7.11.1 product documentation page:\nhttps://access.redhat.com/documentation/en-us/red_hat_fuse/7.11/",
"product_ids": [
"Red Hat Fuse 7.11.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8652"
},
{
"category": "workaround",
"details": "This flaw may be avoided by ensuring that any external inputs used with the Commons-Text lookup methods are sanitized properly. Untrusted input should always be thoroughly sanitized before using in any potentially risky situations.",
"product_ids": [
"Red Hat Fuse 7.11.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat Fuse 7.11.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "apache-commons-text: variable interpolation RCE"
}
]
}
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.